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

Method disableDAC

libraries/PCF8591/PCF8591.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193void PCF8591::disableDAC()
194{
195 _control &= ~PCF8591_DAC_FLAG;
196};
197
198
199bool PCF8591::isDACEnabled()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64