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
View File
@@ -27,6 +27,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/bmp180/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/bmp280/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=bluepill ./examples/ds1307/sram/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=bluepill ./examples/ds1307/time/main.go