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

Method setBufferedMode

libraries/MCP_DAC/MCP_DAC.h:75–75  ·  view source on GitHub ↗

MCP49xxx series only see page 20 ==> not functional for MCP48xx series.

Source from the content-addressed store, hash-verified

73 //
74 // see page 20 ==> not functional for MCP48xx series.
75 void setBufferedMode(bool mode = false) { _buffered = mode; };
76 bool getBufferedMode() { return _buffered; };
77
78 // debugging

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64