char * cmd
The command string.
Definition: usartcmd.h:22
Holds a Table containing all valid Commands and the corresponding Address of the routine handling it.
Definition: usartcmd.h:16
const char * helptext
A short explanation printed with the help command.
Definition: usartcmd.h:32
uint8_t ExecCommand(char *str)
Executes one command line.
Definition: usartcmd.c:549