MCPcopy 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
79void PCF8591::disableINCR()
80{
81 _control &= ~PCF8591_INCR_FLAG;
82};
83
84
85bool PCF8591::isINCREnabled()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64