Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getHumidity
Method
getHumidity
libraries/DHTINT/dhtint.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
130
int DHTINT::getHumidity()
131
{
132
return (_humidity + _humOffset + 5) / 10;
133
};
134
135
136
int DHTINT::getTemperature()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36