Add documentation.

main
Luigi F. Cruz 2023-01-29 20:07:33 -08:00
rodzic 527ee9ca76
commit 79499dab98
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CEB689C74D220F93
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ I add my Pi Pico (RP2040) stuff here. There are complete [apps](/apps) and [libr
- [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.
- [Altimeter](/apps/altimeter): A simple altimeter for rockets, kites, balloons, etc.
## Installation
Some projects may require a patched version of the `pico-sdk` or `pico-extras`.

Wyświetl plik

@ -7,4 +7,4 @@ These are sample applications with various purposes.
- [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.
- [Altimeter](/apps/altimeter): A simple altimeter for rockets, kites, balloons, etc.