xyControl  0.1
Quadrotor Flight Controller on AVR Basis
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
Data Structures | Functions
uartMenu.h File Reference

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...
 

Detailed Description

UART Menu API Header.

Definition in file uartMenu.h.