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

Method getHumidity

libraries/AM2315/AM2315.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97float AM2315::getHumidity()
98{
99 float _hum = _humidity;
100 if (_humOffset != 0.0) _hum += _humOffset;
101 return _hum;
102}
103
104
105float AM2315::getTemperature()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36