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

Method getHumidity

libraries/DHTINT/dhtint.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130int DHTINT::getHumidity()
131{
132 return (_humidity + _humOffset + 5) / 10;
133};
134
135
136int DHTINT::getTemperature()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36