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

Method setDisableIRQ

libraries/DHTNEW/dhtnew.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88 bool getDisableIRQ() { return _disableIRQ; };
89 void setDisableIRQ(bool b ) { _disableIRQ = b; };
90
91 bool getWaitForReading() { return _waitForRead; };
92 void setWaitForReading(bool b ) { _waitForRead = b; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36