Add UART multiplexer and INA226 monitoring

This commit is contained in:
2025-12-13 13:38:22 +02:00
parent 5b4691dc53
commit de959b9a8b
9 changed files with 700 additions and 7 deletions

View File

@@ -2,4 +2,6 @@ idf_component_register(SRCS "main.c"
"dcdc_controller.c"
"usb_cdc_cli.c"
"ws2812_status.c"
"ina226_monitor.c"
"uart_mux.c"
INCLUDE_DIRS ".")