MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getTemperature

Method getTemperature

libraries/DHT20/DHT20.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196float DHT20::getTemperature()
197{
198 return _temperature + _tempOffset;
199};
200
201
202void DHT20::setHumOffset(float offset)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36