MCP342X icon indicating copy to clipboard operation
MCP342X copied to clipboard

Arduino Library for MCP3421, MCP3422, MCP3423, MCP3424, MCP3425, MCP3426, MCP3427, MCP3428 ADCs

Results 4 MCP342X issues
Sort by recently updated
recently updated
newest added

Hi. 12bit configuration code work well. But when I change 0x10 to 0x18 for 16 bit configuration it doesn't work.

Hello: This is the first time I've used github to contribute to community. I used this library on MCP3425. The non-blocking routines work, but weird stuff happened when I tried...

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