bme 280 support

This commit is contained in:
Dmitry Borisenko
2020-09-17 22:49:55 +03:00
parent 716dfd095d
commit 16b2498d6a
13 changed files with 139 additions and 74 deletions

View File

@@ -19,6 +19,8 @@ void dhtReadingTemp() {
mySensorDht.SensorDhtReadTemp(key);
}
void dhtHum() {
mySensorDht.update();
String key = mySensorDht.gkey();