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

Method reset

libraries/MCP_DAC/MCP_DAC.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void MCP_DAC::reset()
31{
32 _gain = 1;
33 _value[0] = 0;
34 _value[1] = 0;
35 _buffered = false;
36 _active = true;
37}
38
39
40void MCP_DAC::begin(uint8_t select)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36