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

Method setTempOffset

libraries/DHT20/DHT20.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208void DHT20::setTempOffset(float offset)
209{
210 _tempOffset = offset;
211};
212
213
214float DHT20::getHumOffset()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36