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