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

Method lastValue

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

Source from the content-addressed store, hash-verified

45
46 bool analogWrite(uint16_t value, uint8_t channel = 0);
47 uint16_t lastValue(uint8_t channel = 0) { return _value[channel]; };
48 void fastWriteA(uint16_t value);
49 void fastWriteB(uint16_t value);
50

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36