1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

CC3D - Add Buzzer support to PA15.

See Docs for details.
This commit is contained in:
Dominic Clifton 2014-09-19 21:35:30 +01:00
parent 41ff2e8d0e
commit 9c87b99f5f
3 changed files with 18 additions and 0 deletions

View file

@ -29,6 +29,11 @@
#define GYRO
#define INVERTER
#define BEEP_GPIO GPIOA
#define BEEP_PIN Pin_15 // PA15 (Beeper)
#define BEEP_PERIPHERAL RCC_APB2Periph_GPIOA
// #define SOFT_I2C // enable to test software i2c
// #define SOFT_I2C_PB1011 // If SOFT_I2C is enabled above, need to define pinout as well (I2C1 = PB67, I2C2 = PB1011)
// #define SOFT_I2C_PB67