i2c: add PCA9685 servo driver to README

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-06-23 20:18:02 +02:00
parent 558d72f989
commit 876ada9aa7
2 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,7 @@ drivers provided using the `gobot/drivers/i2c` package:
- MMA7660 3-Axis Accelerometer - MMA7660 3-Axis Accelerometer
- MPL115A2 Barometer - MPL115A2 Barometer
- MPU6050 Accelerometer/Gyroscope - MPU6050 Accelerometer/Gyroscope
- PCA9685 16-channel 12-bit PWM/Servo Driver
- SHT3x-D Temperature/Humidity - SHT3x-D Temperature/Humidity
- SSD1306 OLED Display Controller - SSD1306 OLED Display Controller
- TSL2561 Digital Luminosity/Lux/Light Sensor - TSL2561 Digital Luminosity/Lux/Light Sensor

View File

@ -31,6 +31,7 @@ Gobot has a extensible system for connecting to hardware devices. The following
- MMA7660 3-Axis Accelerometer - MMA7660 3-Axis Accelerometer
- MPL115A2 Barometer - MPL115A2 Barometer
- MPU6050 Accelerometer/Gyroscope - MPU6050 Accelerometer/Gyroscope
- PCA9685 16-channel 12-bit PWM/Servo Driver
- SHT3x-D Temperature/Humidity - SHT3x-D Temperature/Humidity
- SSD1306 OLED Display Controller - SSD1306 OLED Display Controller
- TSL2561 Digital Luminosity/Lux/Light Sensor - TSL2561 Digital Luminosity/Lux/Light Sensor