i2c: add PCA9685 servo driver to README
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
558d72f989
commit
876ada9aa7
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue