Initial commit

This commit is contained in:
2025-04-18 19:28:02 +03:00
commit d558bf1933
8 changed files with 82 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

@ -0,0 +1 @@
idf_component_register(SRCS "main.c" INCLUDE_DIRS "include")