more modules for the MCU code

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-11 23:54:25 +02:00
parent 5b82cd8189
commit 6e22bee95c
13 changed files with 170 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(
SRCS
"main.c" "setup.c"
"main.c" "setup.c" "button_handling.c"
INCLUDE_DIRS ".")