diff --git a/README.md b/README.md index 059c74b..b23a416 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lib/README.md b/lib/README.md index 354303a..f373a89 100644 --- a/lib/README.md +++ b/lib/README.md @@ -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.