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

Method setTempOffset

libraries/DHT12/DHT12.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 // allows 1st order calibration
40 void setHumOffset(float offset) { _humOffset = offset; };
41 void setTempOffset(float offset) { _tempOffset = offset; };
42 float getHumOffset() { return _humOffset; };
43 float getTempOffset() { return _tempOffset; };
44 uint32_t lastRead() { return _lastRead; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36