добавил AHTX0 HDC1080

This commit is contained in:
Dmitry Borisenko
2021-12-15 21:06:53 +01:00
parent 9dde5942f0
commit a4fe4f6c1a
4 changed files with 68 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ void SensorAny::loop() {
}
void SensorAny::read() {
float value = yourSensorReading(_type);
float value = yourSensorReading(_type, _addr);
value = value * _c;