diff --git a/README.md b/README.md index 013c257f..a9eb1f60 100644 --- a/README.md +++ b/README.md @@ -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) - Adafruit Motor Hat - - BlinkM + - BlinkM LED + - BMP180 Barometric Pressure/Temperature/Altitude Sensor - Grove Digital Accelerometer - Grove RGB LCD - HMC6352 Compass - - JHD1313M1 RGB LCD Display + - JHD1313M1 LCD Display w/RGB Backlight - LIDAR-Lite + - L3GD20H 3-Axis Gyroscope - MCP23017 Port Expander - MMA7660 3-Axis Accelerometer - MPL115A2 Barometer diff --git a/drivers/i2c/README.md b/drivers/i2c/README.md index 5fa66d3f..73cb6880 100644 --- a/drivers/i2c/README.md +++ b/drivers/i2c/README.md @@ -12,12 +12,15 @@ go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/i2c ## Hardware Support 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 RGB LCD - HMC6352 Compass -- JHD1313M1 RGB LCD Display +- JHD1313M1 LCD Display w/RGB Backlight - LIDAR-Lite +- L3GD20H 3-Axis Gyroscope - MCP23017 Port Expander - MMA7660 3-Axis Accelerometer - MPL115A2 Barometer