Skip to content

Commit

Permalink
i2c: add PCA9685 servo driver to README
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 23, 2017
1 parent 558d72f commit 876ada9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ drivers provided using the `gobot/drivers/i2c` package:
- MMA7660 3-Axis Accelerometer
- MPL115A2 Barometer
- MPU6050 Accelerometer/Gyroscope
- PCA9685 16-channel 12-bit PWM/Servo Driver
- SHT3x-D Temperature/Humidity
- SSD1306 OLED Display Controller
- TSL2561 Digital Luminosity/Lux/Light Sensor
Expand Down
1 change: 1 addition & 0 deletions drivers/i2c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gobot has a extensible system for connecting to hardware devices. The following
- MMA7660 3-Axis Accelerometer
- MPL115A2 Barometer
- MPU6050 Accelerometer/Gyroscope
- PCA9685 16-channel 12-bit PWM/Servo Driver
- SHT3x-D Temperature/Humidity
- SSD1306 OLED Display Controller
- TSL2561 Digital Luminosity/Lux/Light Sensor
Expand Down

0 comments on commit 876ada9

Please sign in to comment.