Screen clearing
This commit is contained in:
parent
3d9b3ee325
commit
5010e84e06
1 changed files with 3 additions and 0 deletions
3
main.c
3
main.c
|
@ -38,6 +38,9 @@ int main(void) {
|
|||
int32_t iteration = 0;
|
||||
|
||||
initUART();
|
||||
|
||||
// Clear the screen
|
||||
UART_println("\033[2J");
|
||||
UART_println("UART Initialized!");
|
||||
|
||||
DEBUG("DEBUG mode enabled!");
|
||||
|
|
Loading…
Reference in a new issue