Update README files.

main
Luigi F. Cruz 2023-07-10 21:07:03 -03:00
rodzic 54a61fd10f
commit a4fe912b24
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.