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

Method setHumOffset

libraries/DHT20/DHT20.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202void DHT20::setHumOffset(float offset)
203{
204 _humOffset = offset;
205};
206
207
208void DHT20::setTempOffset(float offset)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36