mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Moved buzzer to Out6
Removed PWM12 (Out6) from pwm_mapping Updated documentation
This commit is contained in:
parent
55180070d6
commit
a2743f50e9
4 changed files with 7 additions and 11 deletions
|
@ -28,7 +28,7 @@
|
|||
#define INVERTER_USART USART1
|
||||
|
||||
#define BEEP_GPIO GPIOA
|
||||
#define BEEP_PIN Pin_15 // PA15 (Beeper)
|
||||
#define BEEP_PIN Pin_2 // PA2 (Beeper)
|
||||
#define BEEP_PERIPHERAL RCC_APB2Periph_GPIOA
|
||||
|
||||
#define MPU6000_CS_GPIO GPIOA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue