Implementation of the BME280 Sensor (#38)

* Driver for bme280
This commit is contained in:
Martin Treml
2019-06-03 19:03:53 +02:00
committed by Ron Evans
parent 0722fe7161
commit f68388702d
4 changed files with 312 additions and 0 deletions
+1
View File
@@ -41,5 +41,6 @@ smoke-test:
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/waveshare-epd/epd2in13/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/waveshare-epd/epd2in13x/main.go
tinygo build -size short -o ./build/test.elf -target=circuitplay-express ./examples/ws2812/main.go
tinygo build -size short -o ./build/test.elf -target=trinket-m0 ./examples/bme280/main.go
test: clean fmt-check smoke-test