This commit is contained in:
2025-12-31 13:16:23 +03:00
parent 8534bb505a
commit 3620b54406
11 changed files with 666 additions and 3 deletions

2
CMakeLists.txt Normal file → Executable file
View File

@@ -1 +1 @@
idf_component_register(SRCS "main.c" INCLUDE_DIRS "include")
idf_component_register(SRCS "zh_mcp23s17.c" INCLUDE_DIRS "include" REQUIRES driver esp_event zh_vector)