MCPcopy 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
134float AM232X::getTemperature()
135{
136 float _tem = _temperature;
137 if (_tempOffset != 0.0) _tem += _tempOffset;
138 return _tem;
139}
140
141
142void AM232X::setReadDelay(uint16_t rd)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36