File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,12 @@ Gobot has a extensible system for connecting to hardware devices. The following
9898 - [ Intel Edison] ( http://www.intel.com/content/www/us/en/do-it-yourself/edison.html ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/intel-iot/edison )
9999 - [ Joystick] ( http://en.wikipedia.org/wiki/Joystick ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/joystick )
100100 - [ Leap Motion] ( https://www.leapmotion.com/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/leapmotion )
101+ - [ MavLink] ( http://qgroundcontrol.org/mavlink/start ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/mavlinky )
102+ - [ MQTT] ( http://mqtt.org/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/mqtt )
101103 - [ Neurosky] ( http://neurosky.com/products-markets/eeg-biosensors/hardware/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/neurosky )
102104 - [ OpenCV] ( http://opencv.org/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/opencv )
103105 - [ Pebble] ( https://www.getpebble.com/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/pebble )
106+ - [ Raspberry Pi] ( http://www.raspberrypi.org/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/raspi )
104107 - [ Spark] ( https://www.spark.io/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/spark )
105108 - [ Sphero] ( http://www.gosphero.com/ ) <=> [ Library] ( https://github.com/hybridgroup/gobot/tree/master/platforms/sphero )
106109
@@ -125,13 +128,15 @@ drivers provided using the gobot-i2c module:
125128 - [ I2C] ( https://en.wikipedia.org/wiki/I%C2%B2C ) <=> [ Drivers] ( https://github.com/hybridgroup/gobot/tree/master/platforms/i2c )
126129 - BlinkM
127130 - HMC6352
131+ - MPL1150A2
132+ - MPU6050
128133 - Wii Nunchuck Controller
129134
130135More platforms and drivers are coming soon...
131136
132137## Getting Started
133138
134- Install Gobot with: ` go get -u github.com/hybridgroup/gobot `
139+ Install Gobot with: ` go get -d - u github.com/hybridgroup/gobot/... `
135140
136141## API:
137142
You can’t perform that action at this time.
0 commit comments