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

Method getTemperature

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

Source from the content-addressed store, hash-verified

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; };
62 void setDisableIRQ(bool b ) { _disableIRQ = b; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36