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

Method getHumOffset

libraries/DHTNEW/dhtnew.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 void setHumOffset(float offset) { _humOffset = offset; };
84 void setTempOffset(float offset) { _tempOffset = offset; };
85 float getHumOffset() { return _humOffset; };
86 float getTempOffset() { return _tempOffset; };
87
88 bool getDisableIRQ() { return _disableIRQ; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36