dmrichards26

Results 1 issues of dmrichards26

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...