Initial commit

This commit is contained in:
2026-06-13 13:37:44 +02:00
commit 1b93e0cf91
14 changed files with 383 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
idf_component_register(SRCS "main.c" "buttons/buttons.c"
INCLUDE_DIRS "." "buttons")