pull/1/head
Luigi Cruz 2021-03-11 23:13:09 -03:00
rodzic 9764e55e3d
commit 608d682ed1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ I add my Pi Pico (RP2040) stuff here. There are complete [apps](/apps) and [libr
- [BMP180](/lib/bmp1880): Header-only library for the BMP180 atmospheric pressure sensor.
## Apps
- [PiccoloSDR](/apps/piccolosdr): A primited direct-sampling SDR.
- [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.
- [Iperf Server](/apps/iperf_server): A tool to measure the performance of the TinyUSB's TCP/IP stack over USB.

Wyświetl plik

@ -1,7 +1,7 @@
# Pico Apps
These are sample applications with various purposes.
- [PiccoloSDR](/apps/piccolosdr): A primited direct-sampling SDR.
- [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.
- [Iperf Server](/apps/iperf_server): A tool to measure the performance of the TinyUSB's TCP/IP stack over USB.