0xcafed00d / rpi_pico_cpp_template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi C++ project template

Template C++ project for the raspberry pi pico, configured for CMake and Visual Studio Code. Requires PICO_SDK_PATH evironment variable to be setup with the location of the Pico SDK. Only tested on Linux.

To Build:

mkdir build
cd build
cmake ..
make
cp template.uf2 /media/<user>/RPI-RP2

About

License:MIT License


Languages

Language:CMake 77.9%Language:C++ 20.0%Language:C 2.1%