feat: initial

This commit is contained in:
2025-05-04 13:05:21 +03:00
parent db1774f86e
commit 2a75773239
8 changed files with 588 additions and 3 deletions

View File

@ -1 +1,6 @@
idf_component_register(SRCS "main.c" INCLUDE_DIRS "include")
if(${IDF_TARGET} STREQUAL esp8266)
set(requires driver zh_vector)
else()
set(requires driver esp_event zh_vector)
endif()
idf_component_register(SRCS "zh_pcf8574.c" INCLUDE_DIRS "include" REQUIRES ${requires})