Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void DHT20::setHumOffset(float offset)
203
{
204
_humOffset = offset;
205
};
206
207
208
void DHT20::setTempOffset(float offset)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36