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.
|
I add my Pi Pico (RP2040) stuff here. There are complete [apps](/apps) and [libraries](/lib) for sensors or complicated tasks.
|
||||||
|
|
||||||
## Libraries
|
## 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
|
## Apps
|
||||||
- [PiccoloSDR](/apps/piccolosdr): A primitive direct-sampling SDR.
|
- [PiccoloSDR](/apps/piccolosdr): A primitive direct-sampling SDR.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Pico Libraries
|
# Pico Libraries
|
||||||
These are libraries to make things easier or add support for some sensor.
|
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
|
## Debug
|
||||||
For debug add `#define DEBUG` before the `#include` of a header-only library.
|
For debug add `#define DEBUG` before the `#include` of a header-only library.
|
||||||
|
|
Ładowanie…
Reference in New Issue