/pico-cpp-lib

A c++ library to control various electronic components with Raspberry Pi Pico

Primary LanguageC++

pico-cpp-lib

A c++ library to control various electronic components with Raspberry Pi Pico

Install the lib

You will need cmake and make.

In the root directory:

$> cmake -B build .
$> sudo make install -C build

Use the lib