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

Method getHumOffset

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

Source from the content-addressed store, hash-verified

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
85 // set offset in 1/10th

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36