This commit is contained in:
2025-12-29 16:29:48 +03:00
parent 8534bb505a
commit 40163ad64b
8 changed files with 272 additions and 3 deletions

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)