AceRoutine
0.1
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
|
Same as DispatchRecordC but uses FlashStrings instead of (const char*) to save static RAM on AVR boards. More...
#include <CommandDispatcher.h>
Public Attributes | |
const CommandHandler | command |
const __FlashStringHelper * | name |
const __FlashStringHelper * | helpString |
Same as DispatchRecordC but uses FlashStrings instead of (const char*) to save static RAM on AVR boards.
Definition at line 54 of file CommandDispatcher.h.