Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
int16_t MCP_ADC::differentialRead(uint8_t channel)
95
{
96
if (channel >= _channels) return 0;
97
return readADC(channel, false);
98
}
99
100
101
int16_t MCP_ADC::deltaRead(uint8_t channel)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64