Sygaldry
|
Command line input reader for Pico SDK. More...
Public Member Functions | |
bool | ready () |
char | getchar () |
Public Attributes | |
int | last_read |
Command line input reader for Pico SDK.
Remember that ready()
must be called before each call to getchar()
, which merely returns the last character received in the check by ready()