![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
How to initialise the driver. More...
Functions | |
void | stdio_initialise (uint8_t usartNo) |
Initialise the stdio driver. More... | |
How to initialise the driver.
void stdio_initialise | ( | uint8_t | usartNo | ) |
Initialise the stdio driver.
Initialise the driver.
Connects stdin and stdout to the usartNo given.
The USART are setup like this: 57600 baud, 8-bit Data bits, 1 Stop bit and No parity.
After this function is called, it is possible to use printf(), scanf etc.
[in] | usartNo | no of the USART to setup and connect to stdin and stdout [0..3]. |