Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getBufferedMode
Method
getBufferedMode
libraries/MCP_DAC/MCP_DAC.h:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
79
void reset();
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64