You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
343 B
14 lines
343 B
# Bi-directional dshot version of CubeYellow |
|
|
|
include ../CubeYellow/hwdef.dat |
|
|
|
# undefine the pins we are going to change |
|
undef PE14 PE13 PE11 PE9 |
|
|
|
# Motors |
|
PE14 TIM1_CH4 TIM1 PWM(1) GPIO(50) BIDIR |
|
PE13 TIM1_CH3 TIM1 PWM(2) GPIO(51) |
|
PE11 TIM1_CH2 TIM1 PWM(3) GPIO(52) |
|
PE9 TIM1_CH1 TIM1 PWM(4) GPIO(53) BIDIR |
|
|
|
DMA_PRIORITY TIM1_CH4 TIM1_CH2
|
|
|