Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getTemperature
Method
getTemperature
libraries/DHTINT/dhtint.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
136
int DHTINT::getTemperature()
137
{
138
return (_temperature + _tempOffset + 5) / 10;
139
};
140
141
142
// return values:
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36