0
0
Fork 0

main: Add UART I/O helpers

This commit is contained in:
Jannik Beyerstedt 2026-07-26 21:40:55 +02:00 committed by Jannik Beyerstedt
commit 6604670490
2 changed files with 120 additions and 0 deletions

View file

@ -48,6 +48,8 @@ spat_debug = []
# enable ST7789 based display
screen = ["dep:mipidsi", "dep:embedded-graphics", "dep:embedded-hal-bus", "dep:profont"]
# internal feature, that any UART I/O is enabled
_uart = []
[dependencies]
esp-hal = { version = "~1.1.0", optional = true, features = ["esp32c5", "log-04", "unstable"] }