Added support for the Bosch BMP280 temperature and pressure sensor. (#158)

* bmp280: Added support for the Bosch BMP280 temperature and pressure sensor.
This commit is contained in:
Nerdmeister
2020-06-21 16:16:29 +02:00
committed by GitHub
parent 941ea4e28b
commit 1d09194bbc
5 changed files with 347 additions and 1 deletions
+2 -1
View File
@@ -52,7 +52,7 @@ func main() {
## Currently supported devices
The following 49 devices are supported.
The following 50 devices are supported.
| Device Name | Interface Type |
|----------|-------------|
@@ -66,6 +66,7 @@ The following 49 devices are supported.
| [BlinkM RGB LED](http://thingm.com/fileadmin/thingm/downloads/BlinkM_datasheet.pdf) | I2C |
| [BME280 humidity/pressure sensor](https://cdn-shop.adafruit.com/datasheets/BST-BME280_DS001-10.pdf) | I2C |
| [BMP180 barometer](https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf) | I2C |
| [BMP280 temperature/barometer](https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf) | I2C |
| [Buzzer](https://en.wikipedia.org/wiki/Buzzer#Piezoelectric) | GPIO |
| [DS1307 real time clock](https://datasheets.maximintegrated.com/en/ds/DS1307.pdf) | I2C |
| [DS3231 real time clock](https://datasheets.maximintegrated.com/en/ds/DS3231.pdf) | I2C |