# Bi-directional dshot version of MatekF405 # RC input and buzzer timers need to be used so buzzer becomes single tone # and UART is used for RCIN include ../MatekH743/hwdef.dat # undefine the pins we are going to change undef PC7 PB0 PB1 PA0 PA1 PA15 PC7 USART6_RX USART6 # Motors PB0 TIM3_CH3 TIM3 PWM(1) GPIO(50) BIDIR PB1 TIM3_CH4 TIM3 PWM(2) GPIO(51) PA0 TIM2_CH1 TIM2 PWM(3) GPIO(52) BIDIR PA1 TIM2_CH2 TIM2 PWM(4) GPIO(53) # Beeper PA15 BUZZER OUTPUT GPIO(32) LOW define HAL_BUZZER_PIN 32 define HAL_BUZZER_ON 1 define HAL_BUZZER_OFF 0 DMA_PRIORITY S* TIM3* TIM2* DMA_NOSHARE SPI1* SPI4* TIM3* TIM2*