MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getHumidity

Method getHumidity

libraries/AM232X/AM232X.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126float AM232X::getHumidity()
127{
128 float _hum = _humidity;
129 if (_humOffset != 0.0) _hum += _humOffset;
130 return _hum;
131}
132
133
134float AM232X::getTemperature()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36