feat: added gpio interrupt time

This commit is contained in:
2026-02-23 21:27:35 +03:00
parent e82612895e
commit 8f1a394355
4 changed files with 5 additions and 2 deletions

View File

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