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

Method getHumidity

libraries/DHT20/DHT20.cpp:190–193  ·  view source on GitHub ↗

/////////////////////////////////////////// TEMPERATURE & HUMIDITY & OFFSET

Source from the content-addressed store, hash-verified

188// TEMPERATURE & HUMIDITY & OFFSET
189//
190float DHT20::getHumidity()
191{
192 return _humidity + _humOffset;
193};
194
195
196float DHT20::getTemperature()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36