MCPcopy 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
136int DHTINT::getTemperature()
137{
138 return (_temperature + _tempOffset + 5) / 10;
139};
140
141
142// return values:

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36