Add driver for MCP9808 i2c temperature sensor (#676)

mcp9808: add support for temperature sensor
This commit is contained in:
gmsec
2024-05-12 10:42:03 +02:00
committed by GitHub
parent 7dbca2a543
commit 2a621dc3b1
5 changed files with 202 additions and 0 deletions
+1
View File
@@ -130,6 +130,7 @@ tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/n
tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/mpu9150/main.go
tinygo build -size short -o ./build/test.hex -target=macropad-rp2040 ./examples/sh1106/macropad_spi
tinygo build -size short -o ./build/test.hex -target=macropad-rp2040 ./examples/encoders/quadrature-interrupt
tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/mcp9808/main.go
# network examples (espat)
tinygo build -size short -o ./build/test.hex -target=challenger-rp2040 ./examples/net/ntpclient/
# network examples (wifinina)