mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
Merge pull request #99 from DmitryBorisenko33/ver3
добавил AHTX0 HDC1080
This commit is contained in:
@@ -29,7 +29,7 @@ void SensorAny::loop() {
|
||||
}
|
||||
|
||||
void SensorAny::read() {
|
||||
float value = yourSensorReading(_type);
|
||||
float value = yourSensorReading(_type, _addr);
|
||||
|
||||
value = value * _c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user