• Earle F. Philhower, III's avatar
    Add support for analogReadResolution, default 10b (#461) · bbae702e
    Earle F. Philhower, III authored
    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
    bbae702e
Arduino.h 3.57 KB