IoT Drivers  v3.3.0 (S2022)
Engineering in Software Technology
stdio_driver.h
Go to the documentation of this file.
1 
19 #ifndef STDIO_DRIVER_H_
20 #define STDIO_DRIVER_H_
21 
22 #include <stdbool.h>
23 
24 /* ======================================================================================================================= */
43 void stdio_initialise(uint8_t usartNo);
44 
45 /* ======================================================================================================================= */
55 
56 #endif /* STDIO_DRIVER_H_ */
stdio_initialise
void stdio_initialise(uint8_t usartNo)
Initialise the stdio driver.
stdio_inputIsWaiting
bool stdio_inputIsWaiting(void)