A class that prints to stdout and reads from stdin.
Definition at line 31 of file StdInOutStream.h.
#include <StdInOutStream.h>
◆ available()
int StdInOutStream::available |
( |
| ) |
|
◆ begin()
void StdInOutStream::begin |
( |
int |
baud | ) |
|
This function does nothing.
- Parameters
-
◆ peek()
int StdInOutStream::peek |
( |
| ) |
|
Not supported.
- Returns
- always returns -1.
◆ read()
int StdInOutStream::read |
( |
| ) |
|
◆ write()
size_t StdInOutStream::write |
( |
uint8_t |
b | ) |
|
Writes a single byte to stdout.
- Parameters
-
- Returns
- -1 if error else, number of bytes written.
The documentation for this class was generated from the following file: