Project 7  3-Axis Accelerometer Sensor Module
Neff Site
console.h
Go to the documentation of this file.
1 
22 #ifndef CONSOLE_H_
23 #define CONSOLE_H_
24 
25 #include <stdio.h>
26 
27 #ifdef __cplusplus
28 extern "C"
29 {
30 #endif
31 
37 void console_init(void);
38 
45 void console_clear(void);
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* CONSOLE_H_ */
void console_clear(void)
Clear screen.
void console_init(void)
Connect stdio with the USB-USART gateway.
Contact