mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Select ADC instance based on pin information to support ADC2 inputs. Display ADC instance number similar to machine_adc (STM32H5 only): <ADC2 on Pin(Pin.cpu.F14, mode=Pin.ANALOG) channel=6> Signed-off-by: Rene Straub <rene@see5.ch>