docs: update list of currently supported i2c devices
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
e88c828675
commit
7f9062d0ba
|
@ -246,12 +246,14 @@ drivers provided using the `gobot/drivers/i2c` package:
|
||||||
|
|
||||||
- [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) <=> [Drivers](https://github.com/hybridgroup/gobot/tree/master/drivers/i2c)
|
- [I2C](https://en.wikipedia.org/wiki/I%C2%B2C) <=> [Drivers](https://github.com/hybridgroup/gobot/tree/master/drivers/i2c)
|
||||||
- Adafruit Motor Hat
|
- Adafruit Motor Hat
|
||||||
- BlinkM
|
- BlinkM LED
|
||||||
|
- BMP180 Barometric Pressure/Temperature/Altitude Sensor
|
||||||
- Grove Digital Accelerometer
|
- Grove Digital Accelerometer
|
||||||
- Grove RGB LCD
|
- Grove RGB LCD
|
||||||
- HMC6352 Compass
|
- HMC6352 Compass
|
||||||
- JHD1313M1 RGB LCD Display
|
- JHD1313M1 LCD Display w/RGB Backlight
|
||||||
- LIDAR-Lite
|
- LIDAR-Lite
|
||||||
|
- L3GD20H 3-Axis Gyroscope
|
||||||
- MCP23017 Port Expander
|
- MCP23017 Port Expander
|
||||||
- MMA7660 3-Axis Accelerometer
|
- MMA7660 3-Axis Accelerometer
|
||||||
- MPL115A2 Barometer
|
- MPL115A2 Barometer
|
||||||
|
|
|
@ -12,12 +12,15 @@ go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/i2c
|
||||||
## Hardware Support
|
## Hardware Support
|
||||||
Gobot has a extensible system for connecting to hardware devices. The following i2c devices are currently supported:
|
Gobot has a extensible system for connecting to hardware devices. The following i2c devices are currently supported:
|
||||||
|
|
||||||
- BlinkM
|
- Adafruit Motor Hat
|
||||||
|
- BlinkM LED
|
||||||
|
- BMP180 Barometric Pressure/Temperature/Altitude Sensor
|
||||||
- Grove Digital Accelerometer
|
- Grove Digital Accelerometer
|
||||||
- Grove RGB LCD
|
- Grove RGB LCD
|
||||||
- HMC6352 Compass
|
- HMC6352 Compass
|
||||||
- JHD1313M1 RGB LCD Display
|
- JHD1313M1 LCD Display w/RGB Backlight
|
||||||
- LIDAR-Lite
|
- LIDAR-Lite
|
||||||
|
- L3GD20H 3-Axis Gyroscope
|
||||||
- MCP23017 Port Expander
|
- MCP23017 Port Expander
|
||||||
- MMA7660 3-Axis Accelerometer
|
- MMA7660 3-Axis Accelerometer
|
||||||
- MPL115A2 Barometer
|
- MPL115A2 Barometer
|
||||||
|
|
Loading…
Reference in New Issue