pull/1/head
Luigi Cruz 2021-03-11 23:16:38 -03:00
rodzic cbe5a8d12c
commit 85972a0437
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
I add my Pi Pico (RP2040) stuff here. There are complete [apps](/apps) and [libraries](/lib) for sensors or complicated tasks.
## Libraries
- [BMP180](/lib/bmp1880): Header-only library for the BMP180 atmospheric pressure sensor.
- [BMP180](/lib/bmp180): Header-only library for the BMP180 atmospheric pressure sensor.
## Apps
- [PiccoloSDR](/apps/piccolosdr): A primitive direct-sampling SDR.

Wyświetl plik

@ -1,7 +1,7 @@
# 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.
- [BMP180](/lib/bmp180): Header-only library for the BMP180 atmospheric pressure sensor.
## Debug
For debug add `#define DEBUG` before the `#include` of a header-only library.