From 85972a0437a5196be9ceb1ebe8746a99ff1b142c Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Thu, 11 Mar 2021 23:16:38 -0300 Subject: [PATCH] Fix URL. --- README.md | 2 +- lib/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.