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

Method differentialRead

libraries/MCP_ADC/MCP_ADC.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94int16_t MCP_ADC::differentialRead(uint8_t channel)
95{
96 if (channel >= _channels) return 0;
97 return readADC(channel, false);
98}
99
100
101int16_t MCP_ADC::deltaRead(uint8_t channel)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64