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

Method setHumOffset

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

adding offsets works well in normal range might introduce under- or overflow at the ends of the sensor range

Source from the content-addressed store, hash-verified

81 // adding offsets works well in normal range
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; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36