Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getTemperature
Method
getTemperature
libraries/AM232X/AM232X.cpp:134–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
134
float AM232X::getTemperature()
135
{
136
float _tem = _temperature;
137
if (_tempOffset != 0.0) _tem += _tempOffset;
138
return _tem;
139
}
140
141
142
void AM232X::setReadDelay(uint16_t rd)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36