Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
private:
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36