I add my Pi Pico (RP2040) stuff here.
 
 
 
Go to file
Luigi Cruz 02beb36b0c Adding SDR code 2021-03-11 13:39:46 -03:00
.vscode Adding SDR code 2021-03-11 13:39:46 -03:00
apps Adding SDR code 2021-03-11 13:39:46 -03:00
lib Orgazine projects. 2021-03-03 23:48:48 -03:00
pico-examples@3617ade198 Add bmp180 library. 2021-03-02 02:31:51 -03:00
pico-extras@89b8071d2a Adding SDR code 2021-03-11 13:39:46 -03:00
pico-playground@7078b4023a Add iperf server. 2021-03-03 17:10:07 -03:00
pico-sdk@fc10a97c38 Adding SDR code 2021-03-11 13:39:46 -03:00
.gitignore Add bmp180 library. 2021-03-02 02:31:51 -03:00
.gitmodules Add iperf server. 2021-03-03 17:10:07 -03:00
CMakeLists.txt Orgazine projects. 2021-03-03 23:48:48 -03:00
LICENSE Initial commit 2021-03-02 02:06:22 -03:00
README.md Add usage. 2021-03-02 11:11:32 -03:00
compile_commands.json Add bmp180 library. 2021-03-02 02:31:51 -03:00
pico_extras_import.cmake Add iperf server. 2021-03-03 17:10:07 -03:00
pico_sdk_import.cmake Add bmp180 library. 2021-03-02 02:31:51 -03:00

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.

Usage

Q: How can I use these libraries on my project? A: Just copy and paste the header-only library file to your project.