Add bmp388 support (#219)

bmp388: add support
This commit is contained in:
Austen LeBeau
2021-01-08 04:32:49 -06:00
committed by GitHub
parent c338348d2b
commit c1c05cbef7
4 changed files with 388 additions and 0 deletions
+2
View File
@@ -31,6 +31,8 @@ smoke-test:
@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=trinket-m0 ./examples/bmp388/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