Version 1.0.0

Initial version.
This commit is contained in:
2024-06-15 14:12:38 +03:00
commit 236feb1140
8 changed files with 418 additions and 0 deletions

1
CMakeLists.txt Normal file
View File

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