kopia lustrzana https://github.com/luigifcruz/pico-stuff
Fix URL.
rodzic
cbe5a8d12c
commit
85972a0437
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue