m93a / pico-demo-01

Hello World w/ RPi Pico SDK in VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hello World w/ RPi Pico SDK in VS Code


Languages

Language:CMake 77.2%Language:C 18.6%Language:Makefile 4.2%