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

Method setTempOffset

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

Source from the content-addressed store, hash-verified

82 // might introduce under- or overflow at the ends of the sensor range
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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36