kopia lustrzana https://github.com/luigifcruz/pico-stuff
11 wiersze
398 B
Markdown
11 wiersze
398 B
Markdown
![]() |
# Pico Libraries
|
||
|
These are libraries to make things easier or add support for some sensor.
|
||
|
|
||
|
- [BMP180](/lib/bmp1880): 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.
|