AP_HAL_ChibiOS: add more pins to STM32H757 ADC channel map

This commit is contained in:
bugobliterator 2024-01-22 16:29:06 +11:00 committed by Andrew Tridgell
parent b17d864d1a
commit 9de1b6164b

View File

@ -1305,10 +1305,13 @@ ADC2_map = {
# format is PIN : ADC2_CHAN
"PF13" : 2,
"PB1" : 5,
"PF14" : 6,
}
ADC3_map = {
# format is PIN : ADC3_CHAN
"PC3" : 1,
"PF3" : 5,
"PF5" : 4,
"PF4" : 9,
}