kopia lustrzana https://github.com/luigifcruz/pico-stuff
494 B
494 B
pico-stuff
I add my Pi Pico (RP2040) stuff here.
Header-Only Libraries
- BMP180
Installation
$ git clone --recursive git@github.com:luigifcruz/pico-stuff.git
$ cd pico-stuff
$ mkdir build
$ cd build
$ PICO_SDK_PATH=../pico-sdk cmake ..
$ make -j$(nproc -n)
Debug
For debug add #define DEBUG
before the #include
of a header-only library.
Usage
Q: How can I use these libraries on my project? A: Just copy and paste the header-only library file to your project.