AceRoutine
0.1
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
|
A record of the command name and its handler. More...
#include <CommandDispatcher.h>
Public Attributes | |
const CommandHandler | command |
const char * | name |
const char * | helpString |
A record of the command name and its handler.
The helpString is the "usage" string, excluding the name of the command itself to save space. The name of the command will be automatically added by the 'help command' handler.
Definition at line 44 of file CommandDispatcher.h.