Add documentation.

main
Luigi F. Cruz 2023-01-29 20:06:53 -08:00
rodzic 45dd6d959b
commit 527ee9ca76
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CEB689C74D220F93
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ I add my Pi Pico (RP2040) stuff here. There are complete [apps](/apps) and [libr
- [BMP180](/lib/bmp180): Header-only library for the BMP180 atmospheric pressure and temperature sensor.
- [BMP390](/lib/bmp390): Header-only library for the BMP390 atmospheric pressure and temperature sensor.
- [USB Network Stack](/lib/usb_network_stack): Library using TinyUSB's implementation of the RNDIS protocol to enable network over USB.
- [LittleFS](/lib/littlefs): A simple non-volatile filesystem based on LittleFS. It uses the internal flash.
## Apps
- [PiccoloSDR](/apps/piccolosdr): A primitive direct-sampling SDR.
@ -12,6 +13,8 @@ I add my Pi Pico (RP2040) stuff here. There are complete [apps](/apps) and [libr
- [Barometer](/apps/barometer): Read 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.
- [Filesystem](/apps/filesystem): A simple non-volatile filesystem based on LittleFS. It uses the internal flash.
- [Altimeter](/apps/filesystem): A simple altimeter for rockets, kites, balloons, etc.
## Installation
Some projects may require a patched version of the `pico-sdk` or `pico-extras`.