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

Method getDisableIRQ

libraries/DHTINT/dhtint.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92 bool getDisableIRQ() { return _disableIRQ; };
93 void setDisableIRQ(bool b ) { _disableIRQ = b; };
94
95 bool getWaitForReading() { return _waitForRead; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36