Arduino_MCP3x6x_Library icon indicating copy to clipboard operation
Arduino_MCP3x6x_Library copied to clipboard

Library to support Microchip MPC3x6x 16/24bit analog to digital converters.

Results 5 Arduino_MCP3x6x_Library issues
Sort by recently updated
recently updated
newest added

Not really an issue, more of a question so apologies... I'm attempting to read from channel 0 in mux mode but having issues even entering the setup and loop sections....

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)

Keep receiving a value of zero from analogRead. Moving this into its own issue from: https://github.com/nerdyscout/Arduino_MCP3x6x_Library/pull/5#issuecomment-1870591920

This PR adds functionality for the Gain set function of the ADC, as well as fixes an issue that prevents the library from working on the ESP32-S3 modules

Hello, I know the question is not directly related to the library, but I still want to give it a shot, since I am a bit stuck there. I have...