AceRoutine
0.3
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
|
Message sent from StreamLineReader to CommandDispatcher coroutines through Channel<InputLine> channel. More...
#include <InputLine.h>
Public Attributes | |
uint8_t | status |
char * | line |
Static Public Attributes | |
static uint8_t const | kStatusOk = 0 |
static uint8_t const | kStatusOverflow = 1 |
Message sent from StreamLineReader to CommandDispatcher coroutines through Channel<InputLine> channel.
Represents a line typed by a user into the Serial port.
Definition at line 36 of file InputLine.h.