AceUtils
0.3
Useful Arduino utilties which are too small as separate libraries, but complex enough to have external dependencies to other libraries.
|
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 const uint8_t | kStatusOk = 0 |
static const uint8_t | 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 35 of file InputLine.h.