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

Method getHumidity

libraries/DHTstable/DHTStable.h:58–58  ·  view source on GitHub ↗

read values from cache, call read() to refresh!

Source from the content-addressed store, hash-verified

56
57 // read values from cache, call read() to refresh!
58 float getHumidity() { return _humidity; };
59 float getTemperature() { return _temperature; };
60
61 bool getDisableIRQ() { return _disableIRQ; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36