AceRoutine  0.1
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
Public Attributes | List of all members
ace_routine::cli::DispatchRecordF Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: