Version 1.0.0

Initial version.
This commit is contained in:
2024-07-04 12:35:47 +03:00
commit d6c43de77f
8 changed files with 457 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

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