Refactor input to use stdio drivers for Keyboard and TCP

This commit is contained in:
Adolfo Reyna
2025-12-23 23:50:58 -05:00
parent 9f53148583
commit 9bc57f7ee2
5 changed files with 182 additions and 64 deletions

View File

@@ -45,6 +45,7 @@ if (TARGET tinyusb_host)
epaper_manager.cpp
wifi_manager.cpp
tcp_debug.cpp
keyboard_stdio.cpp
)
add_subdirectory(pico-ssd1306 commands)