Add support for analogReadResolution, default 10b (#461)
Most other boards and the MBED RP2040 support analogReadResolution which just shifts read data around as needed, with a default of only 10b of resolution. The Pico ADC technically supports 12b, but only has about 8b of real data after noise, so you're not really losing anything in the general case. Fixes #460
Showing
Please register or sign in to comment