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

Method getHumOffset

libraries/DHT12/DHT12.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void setHumOffset(float offset) { _humOffset = offset; };
41 void setTempOffset(float offset) { _tempOffset = offset; };
42 float getHumOffset() { return _humOffset; };
43 float getTempOffset() { return _tempOffset; };
44 uint32_t lastRead() { return _lastRead; };
45

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36