Screen clearing

This commit is contained in:
Imbus 2024-03-24 05:50:37 +01:00
parent 3d9b3ee325
commit 5010e84e06

3
main.c
View file

@ -38,6 +38,9 @@ int main(void) {
int32_t iteration = 0; int32_t iteration = 0;
initUART(); initUART();
// Clear the screen
UART_println("\033[2J");
UART_println("UART Initialized!"); UART_println("UART Initialized!");
DEBUG("DEBUG mode enabled!"); DEBUG("DEBUG mode enabled!");