Initial commit

This commit is contained in:
2024-07-29 17:00:27 +03:00
commit a94b0071f6
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")