Merge pull request #99 from DmitryBorisenko33/ver3

добавил AHTX0 HDC1080
This commit is contained in:
Dmitry Borisenko
2021-12-15 21:08:34 +01:00
committed by GitHub
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;