53 size_t fflush(
int handle);
61 #define stdout _LLIO_STDOUT
67 void __io_putchar(
char c );
68 int __io_getchar(
void);
69 void __io_flush(
void );
void uartInit(uint32_t baudrate, uint8_t databits, SerialParity parity, uint8_t stopbits)
Initialize the UART.
SerialParity
A list of the possible values for the parity parameter to uartInit()
boolean __io_getcharNonBlocking(uint8_t *data)
Read the input byte if any.