Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getHumidity
Method
getHumidity
libraries/AM232X/AM232X.cpp:126–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
125
126
float AM232X::getHumidity()
127
{
128
float _hum = _humidity;
129
if (_humOffset != 0.0) _hum += _humOffset;
130
return _hum;
131
}
132
133
134
float AM232X::getTemperature()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36