1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

Add UART Terminal app

by cool4uma

https://github.com/cool4uma/UART_Terminal/tree/main
This commit is contained in:
MX
2023-01-18 19:55:46 +03:00
parent adfac7affb
commit b52674607a
28 changed files with 1568 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
typedef enum {
UART_TerminalEventRefreshConsoleOutput = 0,
UART_TerminalEventStartConsole,
UART_TerminalEventStartKeyboard,
} UART_TerminalCustomEvent;