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
pico-extras@89b8071d2a Adding SDR code 2021-03-11 13:39:46 -03:00
pico-playground@7078b4023a
pico-sdk@fc10a97c38 Adding SDR code 2021-03-11 13:39:46 -03:00
.gitignore
.gitmodules
CMakeLists.txt Orgazine projects. 2021-03-03 23:48:48 -03:00
LICENSE
README.md
compile_commands.json
pico_extras_import.cmake
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.

Usage

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