mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
AP_HAL: remove BRD_PWM_COUNT reference
This commit is contained in:
parent
e73f868fc0
commit
eaa62fb490
@ -165,9 +165,9 @@ PD12 USART3_RTS USART3
|
|||||||
PD10 FRAM_CS CS SPEED_VERYLOW
|
PD10 FRAM_CS CS SPEED_VERYLOW
|
||||||
|
|
||||||
# Now we start defining some PWM pins. We also map these pins to GPIO
|
# Now we start defining some PWM pins. We also map these pins to GPIO
|
||||||
# values, so users can set BRD_PWM_COUNT to choose how many of the PWM
|
# values, so users can set SERVOx_FUNCTION=-1 to determine which
|
||||||
# outputs on the primary MCU are setup as PWM and how many as
|
# PWM outputs on the primary MCU are set up as GPIOs.
|
||||||
# GPIOs. To match HAL_PX4 we number the GPIOs for the PWM outputs
|
# To match HAL_PX4 we number the GPIOs for the PWM outputs
|
||||||
# starting at 50.
|
# starting at 50.
|
||||||
PE14 TIM1_CH4 TIM1 PWM(1) GPIO(50)
|
PE14 TIM1_CH4 TIM1 PWM(1) GPIO(50)
|
||||||
PE13 TIM1_CH3 TIM1 PWM(2) GPIO(51)
|
PE13 TIM1_CH3 TIM1 PWM(2) GPIO(51)
|
||||||
|
Loading…
Reference in New Issue
Block a user