bakercp / MCP3XXX

An Arduino Library supporting the MCP3XXX series of ADC SPI chips, including MCP3002, MCP3004, MCP3008 and others.
MIT License
20 stars 5 forks source link

12-bit converters aren't supported, but it says they are #3

Open magnusdahlstrand opened 1 year ago

magnusdahlstrand commented 1 year ago

MCP3202, MCP3204 and MCP3208 are not supported and are commented out in the code. This is not mentioned in the documentation, and with the name MCP3XXXX (indicating the MCP32XXX variations are included) they should be, or at least the documentation should say that they are not supported and the ADC_UNSUPPORTED_CONFIGURATION value will be returned every time they're used.