1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Merge pull request #2757 from Faduf/BeeperPwm

Buzzer PWM
This commit is contained in:
Michael Keller 2017-04-07 09:05:45 +12:00 committed by GitHub
commit 6b008ee971
11 changed files with 98 additions and 23 deletions

View file

@ -67,7 +67,8 @@ typedef enum {
TIM_USE_MOTOR = 0x4,
TIM_USE_SERVO = 0x8,
TIM_USE_LED = 0x10,
TIM_USE_TRANSPONDER = 0x20
TIM_USE_TRANSPONDER = 0x20,
TIM_USE_BEEPER = 0x40
} timerUsageFlag_e;
// use different types from capture and overflow - multiple overflow handlers are implemented as linked list