AceRoutine  0.1
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
ace_routine::cli::StreamReader Member List

This is the complete list of members for ace_routine::cli::StreamReader, including all inherited members.

getChar(char *c)ace_routine::cli::StreamReader
getComma(bool *isError)ace_routine::cli::StreamReader
getInteger(bool *isError, int *value)ace_routine::cli::StreamReader
getLine(bool *isError, char **line)ace_routine::cli::StreamReader
getWordString(bool *isError, char **word)ace_routine::cli::StreamReader
skipWhiteSpace()ace_routine::cli::StreamReader
StreamReader(Stream &serial, char *buf, int bufSize)ace_routine::cli::StreamReaderinline