Update list of GPIO and i2c drivers
This commit is contained in:
parent
d792b5fb76
commit
62ca6d6e00
|
@ -245,8 +245,9 @@ set of drivers supporting a number of devices:
|
||||||
- IR Rangefinder
|
- IR Rangefinder
|
||||||
- LED
|
- LED
|
||||||
- MakeyButton
|
- MakeyButton
|
||||||
- Motor
|
|
||||||
- Maxbotix Ultrasonic Range Finder
|
- Maxbotix Ultrasonic Range Finder
|
||||||
|
- Motor
|
||||||
|
- RGB LED
|
||||||
- Servo
|
- Servo
|
||||||
|
|
||||||
Additionally, we also support a number of I2C (Inter-Integrated Circuit) devices
|
Additionally, we also support a number of I2C (Inter-Integrated Circuit) devices
|
||||||
|
@ -257,8 +258,12 @@ through a shared `cylon-i2c` module:
|
||||||
- BMP180
|
- BMP180
|
||||||
- HMC6352 Digital Compass
|
- HMC6352 Digital Compass
|
||||||
- LCD Display
|
- LCD Display
|
||||||
|
- LIDAR-Lite
|
||||||
|
- LSM9DS0G 9 Degrees of Freedom IMU
|
||||||
|
- LSM9DS0XM 9 Degrees of Freedom IMU
|
||||||
- MPL115A2 Barometer/Thermometer
|
- MPL115A2 Barometer/Thermometer
|
||||||
- MPU6050
|
- MPU6050 Triple Axis Accelerometer and Gyro
|
||||||
|
- PCA9685 16-Channel 12-bit PWM/Servo Driver
|
||||||
|
|
||||||
In addition to our supported platforms, we have the following user contributed platforms:
|
In addition to our supported platforms, we have the following user contributed platforms:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue