AceUtils
0.6.0
Useful Arduino utilties which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.
|
Message sent from StreamReaderCoroutine 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 StreamReaderCoroutine 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.