1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00

docs: add references to new drivers for ADXL345, BH1750, and TM1638.

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2018-02-14 09:40:39 +01:00
parent 7ca9db598f
commit c4acb468af
3 changed files with 22 additions and 16 deletions

View File

@ -243,6 +243,7 @@ a shared set of drivers provided using the `gobot/drivers/gpio` package:
- RGB LED
- Servo
- Stepper Motor
- TM1638 LED Controller
Support for many devices that use Analog Input/Output (AIO) have
a shared set of drivers provided using the `gobot/drivers/aio` package:
@ -262,6 +263,8 @@ drivers provided using the `gobot/drivers/i2c` package:
- Adafruit Motor Hat
- ADS1015 Analog to Digital Converter
- ADS1115 Analog to Digital Converter
- ADXL345 Digital Accelerometer
- BH1750 Digital Luminosity/Lux/Light Sensor
- BlinkM LED
- BME280 Barometric Pressure/Temperature/Altitude/Humidity Sensor
- BMP180 Barometric Pressure/Temperature/Altitude Sensor

View File

@ -27,5 +27,7 @@ Gobot has a extensible system for connecting to hardware devices. The following
- Relay
- RGB LED
- Servo
- Stepper Motor
- TM1638 LED Controller
More drivers are coming soon...

View File

@ -15,6 +15,7 @@ Gobot has a extensible system for connecting to hardware devices. The following
- Adafruit Motor Hat
- ADS1015 Analog to Digital Converter
- ADS1115 Analog to Digital Converter
- ADXL345 Digital Accelerometer
- BH1750 Digital Luminosity/Lux/Light Sensor
- BlinkM LED
- BME280 Barometric Pressure/Temperature/Altitude/Humidity Sensor