Browse Source

shorten pwm init and ramp times

sbg
Mark Whitehorn 9 years ago committed by Lorenz Meier
parent
commit
c626f5b001
  1. 4
      src/modules/systemlib/pwm_limit/pwm_limit.h

4
src/modules/systemlib/pwm_limit/pwm_limit.h

@ -51,11 +51,11 @@ __BEGIN_DECLS @@ -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,

Loading…
Cancel
Save