/pico-demo-01

Hello World w/ RPi Pico SDK in VS Code

Primary LanguageCMake

Raspberry Pi Pico – Demo Project

Blinks the built-in LED and print "Hello World (elapsed time)" to the USB tty.

make build
# or
make build CFLAGS="-DPICO_W=ON" # for Pico W
make build CFLAGS="-DPICO_W=OFF" # for Pico
# then
make flash