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

Method enableDAC

libraries/PCF8591/PCF8591.cpp:187–190  ·  view source on GitHub ↗

///////////////////////////////////////////////////// DAC PART

Source from the content-addressed store, hash-verified

185// DAC PART
186//
187void PCF8591::enableDAC()
188{
189 _control |= PCF8591_DAC_FLAG;
190};
191
192
193void PCF8591::disableDAC()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64