mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Have servos output midrc at startup instead of 1ms pulse (full deflection)
This commit is contained in:
parent
4e44cf62a2
commit
ac94147589
3 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,7 @@ typedef struct drv_pwm_config_t {
|
|||
uint16_t servoPwmRate;
|
||||
uint16_t idlePulse; // PWM value to use when initializing the driver. set this to either PULSE_1MS (regular pwm),
|
||||
// some higher value (used by 3d mode), or 0, for brushed pwm drivers.
|
||||
uint16_t servoCenterPulse;
|
||||
uint16_t failsafeThreshold;
|
||||
} drv_pwm_config_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue