Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ disableINCR
Method
disableINCR
libraries/PCF8591/PCF8591.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
79
void PCF8591::disableINCR()
80
{
81
_control &= ~PCF8591_INCR_FLAG;
82
};
83
84
85
bool PCF8591::isINCREnabled()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64