Version 1.0.2

Added support AHT, AM2320 and BH1750 sensors.
This commit is contained in:
2024-07-05 11:45:56 +03:00
parent ae77483afc
commit 9d83004f1a
15 changed files with 265 additions and 117 deletions

8
.gitmodules vendored
View File

@ -18,4 +18,10 @@
url = https://github.com/aZholtikov/zh_onewire
[submodule "components/zh_vector"]
path = components/zh_vector
url = https://github.com/aZholtikov/zh_vector
url = https://github.com/aZholtikov/zh_vector
[submodule "components/zh_bh1750"]
path = components/zh_bh1750
url = https://github.com/aZholtikov/zh_bh1750
[submodule "components/zh_aht"]
path = components/zh_aht
url = https://github.com/aZholtikov/zh_aht