Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getHumidity
Method
getHumidity
libraries/AM2315/AM2315.cpp:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
97
float AM2315::getHumidity()
98
{
99
float _hum = _humidity;
100
if (_humOffset != 0.0) _hum += _humOffset;
101
return _hum;
102
}
103
104
105
float AM2315::getTemperature()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36