mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS: add more pins to STM32H757 ADC channel map
This commit is contained in:
parent
b17d864d1a
commit
9de1b6164b
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user