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

Method getHumOffset

libraries/DHT20/DHT20.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213
214float DHT20::getHumOffset()
215{
216 return _humOffset;
217};
218
219
220float DHT20::getTempOffset()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36