Project 7
3-Axis Accelerometer Sensor Module
|
Neff Site |
Connect stdio with the USB-USART gateway. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | console_init (void) |
Connect stdio with the USB-USART gateway. More... | |
void | console_clear (void) |
Clear screen. More... | |
Connect stdio with the USB-USART gateway.
This module connects stdio with the USB-USART gateway (USARTC0) so that the standard input/output functions such as getchar, putchar, gets, puts, printf and scanf can be used with the console (PuTTY or KiTTY).
void console_clear | ( | void | ) |
Clear screen.
This routine erases the screen with the background color and moves the cursor to its home position. This routine requires an ANSI/VT100 compatible terminal.
void console_init | ( | void | ) |
Connect stdio with the USB-USART gateway.
This routine initializes the USB-USART gateway (USARTC0) and links it with stdio.
Contact | Generated by 1.8.13 |