Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getHumidity
Method
getHumidity
libraries/DHTNEW/dhtnew.h:78–78 ·
view source on GitHub ↗
preferred interface
Source
from the content-addressed store, hash-verified
76
77
// preferred interface
78
float getHumidity() { return _humidity; };
79
float getTemperature() { return _temperature; };
80
81
// adding offsets works well in normal range
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36