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

Method getTempOffset

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

Source from the content-addressed store, hash-verified

81 void setTempOffset(int offset) { _tempOffset = offset * 10; };
82 int getHumOffset() { return _humOffset / 10; };
83 int getTempOffset() { return _tempOffset / 10; };
84
85 // set offset in 1/10th
86 void setHumOffsetDecimal(int offset) { _humOffset = offset; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36