Example projects for the Raspberry Pi Pico using Tinygo
How to flash the pico with the LED Blink example:
git clone [email protected]:dmowcomber/pico-examples.git
cd pico-examples/blink
tinygo flash -target=pico .
Example projects for the Raspberry Pi Pico using Tinygo
How to flash the pico with the LED Blink example:
git clone [email protected]:dmowcomber/pico-examples.git
cd pico-examples/blink
tinygo flash -target=pico .