Version 1.0.0

Initial version.
This commit is contained in:
2024-05-30 09:38:50 +03:00
commit 98f6a100cf
8 changed files with 361 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

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