Initial commit

This commit is contained in:
2025-07-07 18:41:05 +03:00
parent d7433e9370
commit 3f19e91389
11 changed files with 24 additions and 0 deletions

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
idf_build_get_property(target IDF_TARGET)
set(srcs "src/component.c")
set(public_include "include")
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ${public_include}
)