Support for ADT7410 temperature sensor (#109)

* ADT7410: add support for i2c temperature sensor
This commit is contained in:
BCG
2019-12-26 07:53:06 -05:00
committed by Ron Evans
parent dc883d913d
commit 1d0f04af6b
5 changed files with 144 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ fmt-check:
smoke-test:
@mkdir -p build
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/adt7410/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/adxl345/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/apa102/main.go