shtc3: Sensirion SHTC3 Relative Humidity / Temperature i2c sensor

This commit is contained in:
Olivier Fauchon
2021-12-27 00:51:46 +01:00
committed by Ron Evans
parent 121e8147f7
commit 025a66655f
5 changed files with 124 additions and 1 deletions
+2
View File
@@ -117,6 +117,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/sht3x/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/shtc3/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1306/i2c_128x32/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/ssd1306/spi_128x64/main.go