pico-stuff/lib
Luigi Cruz 9764e55e3d Add libraries documentation. 2021-03-11 23:11:59 -03:00
..
bmp180 Orgazine projects. 2021-03-03 23:48:48 -03:00
CMakeLists.txt Orgazine projects. 2021-03-03 23:48:48 -03:00
README.md Add libraries documentation. 2021-03-11 23:11:59 -03:00

README.md

Pico Libraries

These are libraries to make things easier or add support for some sensor.

  • BMP180: Header-only library for the BMP180 atmospheric pressure sensor.

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.