Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 259 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 259 Bytes

pico-examples

Example projects for the Raspberry Pi Pico using Tinygo

Flashing the Pico

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 .