Update list of platforms/drivers
This commit is contained in:
parent
04ea7b057e
commit
85e224688f
|
@ -99,6 +99,7 @@ Gobot has a extensible system for connecting to hardware devices. The following
|
|||
- [Leap Motion](https://www.leapmotion.com/) <=> [Library](https://github.com/hybridgroup/gobot/tree/master/platforms/leapmotion)
|
||||
- [Neurosky](http://neurosky.com/products-markets/eeg-biosensors/hardware/) <=> [Library](https://github.com/hybridgroup/gobot/tree/master/platforms/neurosky)
|
||||
- [OpenCV](http://opencv.org/) <=> [Library](https://github.com/hybridgroup/gobot/tree/master/platforms/opencv)
|
||||
- [Pebble](https://www.getpebble.com/) <=> [Library](https://github.com/hybridgroup/gobot/tree/master/platforms/pebble)
|
||||
- [Spark](https://www.spark.io/) <=> [Library](https://github.com/hybridgroup/gobot/tree/master/platforms/spark)
|
||||
- [Sphero](http://www.gosphero.com/) <=> [Library](https://github.com/hybridgroup/gobot/tree/master/platforms/sphero)
|
||||
|
||||
|
@ -109,9 +110,11 @@ a shared set of drivers provided using the cylon-gpio module:
|
|||
- [GPIO](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) <=> [Drivers](https://github.com/hybridgroup/gobot/tree/master/platforms/gpio)
|
||||
- Analog Sensor
|
||||
- Button
|
||||
- Direct Pin
|
||||
- Digital Sensor
|
||||
- Direct Pin
|
||||
- LED
|
||||
- MakeyButton
|
||||
- Motor
|
||||
- Servo
|
||||
|
||||
|
|
Loading…
Reference in New Issue