Initial commit

This commit is contained in:
2025-05-25 21:28:27 +03:00
commit c1246caa87
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")