Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getHumidity
Method
getHumidity
libraries/SHT2x/SHT2x.cpp:249–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
248
249
float SHT2x::getHumidity()
250
{
251
// par 6.1
252
return -6.0 + (125.0 / 65536.0) * _rawHumidity;
253
}
254
255
256
bool SHT2x::reset()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36