Module console

Module console 

Source
Expand description

Low-level console I/O for oveRTOS.

Provides single-character read/write access to the platform console (typically a UART). For formatted output, use the crate::log function or the crate::log_fmt! macro instead.

Functionsยง

getchar
Non-blocking read of a single character from the console.
putchar
Write a single character to the console output.