target=arduino-nano33 ./examples/ds18b20/main.go 82764 82764 0 0.00% 6576 6576 0 0.00% tinygo build -size short -o ./build/test.hex -target=nucleo-wl55jc ./examples/lora/lorawan/atcmd/ 15920 15920 0 0.00% 4868 4868 0 0.00% tinygo build -size short -o ./build/test.uf2 -target=...
To demonstrate how to print data from a sensor, here’s a program that displays the temperature from aDS18B20 Digital Temperature Sensor. There is some set up to do before you can get this to work on the Raspberry Pi, so check out ourtutorial on the DS18B20to see how. In general, you...