Version 1.0.0

Initial version.
This commit is contained in:
2024-05-31 10:37:32 +03:00
commit 47b062c08a
8 changed files with 620 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

@@ -0,0 +1 @@
idf_component_register(SRCS "zh_onewire.c" INCLUDE_DIRS "include" REQUIRES driver)