|
MySensors Library & Examples
2.3.2
|
20 #ifndef StdInOutStream_h
21 #define StdInOutStream_h
59 size_t write(uint8_t b);
A class that prints to stdout and reads from stdin.
void begin(int baud)
This function does nothing.
size_t write(uint8_t b)
Writes a single byte to stdout.
void end()
Nothing to do, flush stdout.
int available()
This function does nothing.
int read()
Reads 1 key pressed from the keyboard.
void flush()
Flush stdout.