Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setDisableIRQ
Method
setDisableIRQ
libraries/DHTstable/DHTStable.h:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
bool getDisableIRQ() { return _disableIRQ; };
62
void setDisableIRQ(bool b ) { _disableIRQ = b; };
63
64
private:
65
uint8_t _bits[5]; // buffer to receive data
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36