mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
shorten pwm init and ramp times
This commit is contained in:
committed by
Lorenz Meier
parent
761d02d433
commit
c626f5b001
@@ -51,11 +51,11 @@ __BEGIN_DECLS
|
||||
* time for the ESCs to initialize
|
||||
* (this is not actually needed if PWM is sent right after boot)
|
||||
*/
|
||||
#define INIT_TIME_US 500000
|
||||
#define INIT_TIME_US 50000
|
||||
/*
|
||||
* time to slowly ramp up the ESCs
|
||||
*/
|
||||
#define RAMP_TIME_US 2500000
|
||||
#define RAMP_TIME_US 500000
|
||||
|
||||
enum pwm_limit_state {
|
||||
PWM_LIMIT_STATE_OFF = 0,
|
||||
|
||||
Reference in New Issue
Block a user