From a4fe912b24fd79860a0d30d7c446e7a15831b3f9 Mon Sep 17 00:00:00 2001 From: "Luigi F. Cruz" Date: Mon, 10 Jul 2023 21:07:03 -0300 Subject: [PATCH] Update README files. --- README.md | 2 +- apps/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d0e6ad..f40c316 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I add my Pi Pico (RP2040) stuff here. There are complete [apps](/apps) and [libr ## Apps - [PiccoloSDR](/apps/piccolosdr): A primitive direct-sampling SDR. - [ADC DMA Chain](/apps/adc_dma_chain): Chained DMA data acquisition from the ADC. -- [Barometer](/apps/barometer): Read temperature and atmospheric pressure from a BMP180. +- [Barometer](/apps/barometer): Read temperature and atmospheric pressure from a BMP180/BMP390. - [Iperf Server](/apps/iperf_server): A tool to measure the performance of the TinyUSB's TCP/IP stack over USB. - [TCP Server](/apps/tcp_server): A TCP server example to send high-frequency data to the host computer. - [Filesystem](/apps/filesystem): A simple non-volatile filesystem based on LittleFS. It uses the internal flash. diff --git a/apps/README.md b/apps/README.md index 48ce567..02bbbea 100644 --- a/apps/README.md +++ b/apps/README.md @@ -3,7 +3,7 @@ These are sample applications with various purposes. - [PiccoloSDR](/apps/piccolosdr): A primitive direct-sampling SDR. - [ADC DMA Chain](/apps/adc_dma_chain): Chained DMA data acquisition from the ADC. -- [Barometer](/apps/barometer): Barometer polling the temperature and atmospheric pressure from a BMP180. +- [Barometer](/apps/barometer): Barometer polling the temperature and atmospheric pressure from a BMP180/BMP390. - [Iperf Server](/apps/iperf_server): A tool to measure the performance of the TinyUSB's TCP/IP stack over USB. - [TCP Server](/apps/tcp_server): A TCP server example to send high-frequency data to the host computer. - [Filesystem](/apps/filesystem): A simple non-volatile filesystem based on LittleFS. It uses the internal flash.