Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
void DHT20::setTempOffset(float offset)
209
{
210
_tempOffset = offset;
211
};
212
213
214
float DHT20::getHumOffset()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36