Response to reset pulse

This commit is contained in:
2024-08-04 17:28:44 +03:00
parent a94b0071f6
commit 38e8711732
6 changed files with 229 additions and 1 deletions

View File

@ -1 +1 @@
idf_component_register(SRCS "main.c" INCLUDE_DIRS "include")
idf_component_register(SRCS "zh_onewire_slave.c" INCLUDE_DIRS "include" REQUIRES driver esp_timer)