Update list of GPIO drivers
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
9be1513a24
commit
1ff38f2e9f
|
@ -237,21 +237,23 @@ Speech
|
||||||
[WICED Sense](http://www.broadcom.com/products/wiced/sense/) | [cylon-wiced-sense](https://github.com/hybridgroup/cylon-wiced-sense)
|
[WICED Sense](http://www.broadcom.com/products/wiced/sense/) | [cylon-wiced-sense](https://github.com/hybridgroup/cylon-wiced-sense)
|
||||||
|
|
||||||
Our implementation of GPIO (General Purpose Input/Output) allows for a shared
|
Our implementation of GPIO (General Purpose Input/Output) allows for a shared
|
||||||
set of drivers supporting 12 different devices:
|
set of drivers supporting 14 different devices:
|
||||||
|
|
||||||
- [GPIO](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) <=> [Drivers](https://github.com/hybridgroup/cylon-gpio)
|
- [GPIO](https://en.wikipedia.org/wiki/General_Purpose_Input/Output) <=> [Drivers](https://github.com/hybridgroup/cylon-gpio)
|
||||||
- Analog Sensor
|
- Analog Sensor
|
||||||
- Button
|
- Button
|
||||||
- Continuous Servo
|
- Continuous Servo
|
||||||
- Direct Pin
|
- Direct Pin
|
||||||
- IR Rangefinder
|
- IR Range Sensor
|
||||||
- LED
|
- LED
|
||||||
- MakeyButton
|
- Makey Button (high-resistance button like the [MakeyMakey](http://www.makeymakey.com/))
|
||||||
- Maxbotix Ultrasonic Range Finder
|
- Maxbotix Ultrasonic Range Finder
|
||||||
- Motor
|
- Motor
|
||||||
- Relay
|
- Relay
|
||||||
- RGB LED
|
- RGB LED
|
||||||
- Servo
|
- Servo
|
||||||
|
- Temperature Sensor
|
||||||
|
- TP401 Gas Sensor
|
||||||
|
|
||||||
We also support 14 different I2C (Inter-Integrated Circuit) devices
|
We also support 14 different I2C (Inter-Integrated Circuit) devices
|
||||||
through a shared `cylon-i2c` module:
|
through a shared `cylon-i2c` module:
|
||||||
|
|
Loading…
Reference in New Issue