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

Method isDACEnabled

libraries/PCF8591/PCF8591.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199bool PCF8591::isDACEnabled()
200{
201 return ((_control & PCF8591_DAC_FLAG) > 0);
202};
203
204
205bool PCF8591::analogWrite(uint8_t value)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64