uart dialog

This commit is contained in:
2025-04-02 19:07:38 +02:00
parent 816815ff84
commit 334bda6a91
4 changed files with 56 additions and 1 deletions
+5
View File
@@ -5,4 +5,9 @@
#include <stdio.h>
#include <stdlib.h>
#define MIN_X_TERMINAL_SIZE 80
#define MIN_Y_TERMINAL_SIZE 30
void uartDialog(int terminal_x, int terminal_y);
#endif