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

Method setTempOffset

libraries/DHTINT/dhtint.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 // might introduce under- or overflow at the ends of the sensor range
80 void setHumOffset(int offset) { _humOffset = offset * 10; };
81 void setTempOffset(int offset) { _tempOffset = offset * 10; };
82 int getHumOffset() { return _humOffset / 10; };
83 int getTempOffset() { return _tempOffset / 10; };
84

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36