first implementation of 1-wire protocol (#505)

onewire: initial implementation for protocol and ds18b20 device
This commit is contained in:
Daniel Esteban
2023-04-22 17:55:37 +02:00
committed by GitHub
parent d3022e7d6e
commit 5cc21329a6
6 changed files with 406 additions and 2 deletions
+2
View File
@@ -249,6 +249,8 @@ endif
@md5sum ./build/test.uf2
tinygo build -size short -o ./build/test.uf2 -target=circuitplay-express ./examples/makeybutton/main.go
@md5sum ./build/test.uf2
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/ds18b20/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=nucleo-wl55jc ./examples/lora/lorawan/atcmd/
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.uf2 -target=pico ./examples/as560x/main.go