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

Method getTempOffset

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

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36