Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 223 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 223 Bytes

Pico

Build instructions

  1. Set up The C/C++ SDK
  2. mkdir build && cd build
  3. cmake .. -DPICO_SDK_PATH=/path/to/pico-sdk
  4. make