ResponsiveAnalogRead
ResponsiveAnalogRead copied to clipboard
12bit input
Hello,
I've tried the library on a Teensy 3.1. It works well.
Would you consider making it compatible with a 12-bit analog resolution? Currently it seems to be limited to a 10-bit resolution.
Maybe you should read the rather good explanation and documentation? TL;DR: https://github.com/dxinteractive/ResponsiveAnalogRead#analog-resolution
Ah, indeed. Thanks!
I had the same problem. What's not clear in the docs is that the resolution argument is actually "max value + 1", and not number of bits as I first assumed. So enter 4096 instead of 12.