![]() |
xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
UART Menu API Header. More...
#include <tasks.h>Go to the source code of this file.
Data Structures | |
| struct | MenuEntry |
| Data Structure for Single-Linked-List for UART Menu. More... | |
Functions | |
| uint8_t | addMenuCommand (uint8_t cmd, PGM_P help, Task f) |
| Add a command to the UART Menu. More... | |
| void | uartMenuPrintHelp (void) |
| Print all registered commands. More... | |
| void | uartMenuRegisterHandler (void(*handler)(char)) |
| Register a Handler for unhandled menu commands. More... | |
| void | uartMenuTask (void) |
| Task to work the UART Menu. More... | |
UART Menu API Header.
Definition in file uartMenu.h.
1.8.3.1