/pdnd-example

An example showing how to develop basic firmware for the Pico Debug'n'Dump

Primary LanguageC

pdnd-example

This is a basic example firmware to show how to program for the Pico Debug'n'Dump!

Building

export PICO_SDK_PATH=.. path to pico SDK ..
mkdir build
cd build
cmake ..
make