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

Method enableINCR

libraries/PCF8591/PCF8591.cpp:73–76  ·  view source on GitHub ↗

///////////////////////////////////////////////////// ADC PART

Source from the content-addressed store, hash-verified

71// ADC PART
72//
73void PCF8591::enableINCR()
74{
75 _control |= PCF8591_INCR_FLAG;
76};
77
78
79void PCF8591::disableINCR()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64