diff --git a/README.md b/README.md index 6552ed22..10f89d62 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/drivers/gpio/README.md b/drivers/gpio/README.md index ac5311cd..802407d5 100644 --- a/drivers/gpio/README.md +++ b/drivers/gpio/README.md @@ -11,21 +11,23 @@ go get -d -u gobot.io/x/gobot/... ## Hardware Support Gobot has a extensible system for connecting to hardware devices. The following GPIO devices are currently supported: - - Button - - Buzzer - - Direct Pin - - Grove Button - - Grove Buzzer - - Grove LED - - Grove Magnetic Switch - - Grove Relay - - Grove Touch Sensor - - LED - - Makey Button - - Motor - - Proximity Infra Red (PIR) Motion Sensor - - Relay - - RGB LED - - Servo + - Button + - Buzzer + - Direct Pin + - Grove Button + - Grove Buzzer + - Grove LED + - Grove Magnetic Switch + - Grove Relay + - Grove Touch Sensor + - LED + - Makey Button + - Motor + - Proximity Infra Red (PIR) Motion Sensor + - Relay + - RGB LED + - Servo + - Stepper Motor + - TM1638 LED Controller More drivers are coming soon... diff --git a/drivers/i2c/README.md b/drivers/i2c/README.md index eafeec7a..3033833c 100644 --- a/drivers/i2c/README.md +++ b/drivers/i2c/README.md @@ -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