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
/* ======================================================================================================================= */
54
bool
stdio_inputIsWaiting
(
void
);
55
56
#endif
/* STDIO_DRIVER_H_ */
stdio_initialise
void stdio_initialise(uint8_t usartNo)
Initialise the stdio driver.
stdio_inputIsWaiting
bool stdio_inputIsWaiting(void)
hal
serial
stdio_driver.h
Generated on Mon Apr 4 2022 15:25:11 for IoT Drivers by
1.8.20