arduino-pico/libraries/ADCInput
Earle F. Philhower, III 0655b7d5b6
Fix ADCInput clocks for multiple inputs (#2755)
When multiple inputs were active, the frequency was being scaled two
times resulting in incorrect sampling speed.  Correct to only scale
the calculation and not the stored value (which is used in `begin`).

Fixes #2754
2025-01-14 15:58:45 -08:00
..
examples/AnalogMicrophone DMA-based ADC input (microphone, analog sensor) (#1101) 2023-01-05 16:00:34 -08:00
src Fix ADCInput clocks for multiple inputs (#2755) 2025-01-14 15:58:45 -08:00
keywords.txt DMA-based ADC input (microphone, analog sensor) (#1101) 2023-01-05 16:00:34 -08:00
library.properties DMA-based ADC input (microphone, analog sensor) (#1101) 2023-01-05 16:00:34 -08:00