File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- //go:build arduino
1+ //go:build arduino || arduino_uno
22
33package main
44
Original file line number Diff line number Diff line change 1- //go:build !digispark && !arduino && !xiao_esp32c3
1+ //go:build !digispark && !arduino_uno && ! arduino && !xiao_esp32c3
22
33package main
44
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ tinygo build -size short -o ./build/test.bin -target=m5stamp-c3 ./examp
9393tinygo build -size short -o ./build/test.hex -target=feather-nrf52840 ./examples/is31fl3731/main.go
9494tinygo build -size short -o ./build/test.hex -target=arduino ./examples/ws2812
9595tinygo build -size short -o ./build/test.hex -target=digispark ./examples/ws2812
96- tinygo build -size short -o ./build/test.hex -target=xiao_esp32c3 ./examples/ws2812
96+ tinygo build -size short -o ./build/test.hex -target=xiao-esp32c3 ./examples/ws2812
9797tinygo build -size short -o ./build/test.hex -target=trinket-m0 ./examples/bme280/main.go
9898tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/microphone/main.go
9999tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/buzzer/main.go
You can’t perform that action at this time.
0 commit comments