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

Method channels

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

0 or 1

Source from the content-addressed store, hash-verified

36
37 // 0 or 1
38 uint8_t channels() { return _channels; };
39 // 255 (8 bit) or 1023 (10 bit) or 4095 (12 bit)
40 uint16_t maxValue() { return _maxValue; };
41

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36