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

Method channels

libraries/MCP_ADC/MCP_ADC.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 void begin(uint8_t select);
24
25 uint8_t channels() { return _channels; };
26 int16_t maxValue() { return _maxValue; };
27 int16_t analogRead(uint8_t channel);
28 int16_t differentialRead(uint8_t channel);

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36