I add my Pi Pico (RP2040) stuff here.
 
 
 
Go to file
Luigi Cruz fc390b52a9 Add bmp180 library. 2021-03-02 02:31:51 -03:00
bmp180
pico-examples@3617ade198
pico-extras@89b8071d2a
pico-sdk@2d5789eca8
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
compile_commands.json
pico_sdk_import.cmake

README.md

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.