diff options
author | Yuuki NAGAO <wf.yn386@gmail.com> | 2023-07-08 11:04:20 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-07-13 12:39:12 +1000 |
commit | d9764ad1408f4cdf981a1e0f4db380a4cb4fe94c (patch) | |
tree | ea5ae4377f595dbac4ecf30191bbc90f95645577 /tests/basics/async_for.py | |
parent | 0ba94a67ba72f2e04bfc26dcf0ed687addd0d740 (diff) |
stm32/adc: Fix reading internal ADC channels on G4 MCUs.
For STM32G4 series, the internal sensors are connected to:
- ADC1_IN16: Temperature sensor
- ADC1_IN17: Battery voltage monitoring
- ADC1_IN18: Internal voltage reference
but ADC_CHANNEL_TEMPSENSOR_ADC1, ADC_CHANNEL_VBAT,
ADC_CHANNEL_VREFINT are not defined as 16, 17, 18.
This commit converts channel 16, 17, 18 to ADC_CHANNEL_x in
adc_get_internal_channel().
Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
Diffstat (limited to 'tests/basics/async_for.py')
0 files changed, 0 insertions, 0 deletions