MCP342X icon indicating copy to clipboard operation
MCP342X copied to clipboard

getStepSize is commented out

Open dmrichards26 opened this issue 3 years ago • 0 comments

In MCP342X.cpp, the following section is commented out by a missing carriage return:

float MCP342X::getStepSize(void) {
uint8_t select = configRegShdw & (MCP342X_SIZE_MASK | MCP342X_GAIN_MASK);
return stepSizeTbl[select];

I beleive this is an accident, and disables that functionality of the library

dmrichards26 avatar Nov 08 '22 20:11 dmrichards26