mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Rework the ADC implementation to follow the improved ADC/ADCBlock API. This adds support for calibrated voltage readings and the ADC2 block. The ADC API is backwards compatible with what it was before this change. Resolves #6219.