pico-stuff/apps/README.md

8 wiersze
537 B
Markdown
Czysty Zwykły widok Historia

2021-03-12 02:11:59 +00:00
# Pico Apps
These are sample applications with various purposes.
- [PiccoloSDR](/apps/piccolosdr): A primited 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.
- [TCP Server](/apps/tcp_server): A TCP server example to send high-frequency data to the host computer.