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

Method getDisableIRQ

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

Source from the content-addressed store, hash-verified

59 float getTemperature() { return _temperature; };
60
61 bool getDisableIRQ() { return _disableIRQ; };
62 void setDisableIRQ(bool b ) { _disableIRQ = b; };
63
64private:

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36