mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
RC_Channel: use AUX_PWM_TRIGGER_LOW and AUX_PWM_TRIGGER_HIGH
This commit is contained in:
parent
a631ca4eac
commit
287645cf68
@ -251,9 +251,9 @@ public:
|
|||||||
static const uint16_t AUX_SWITCH_PWM_TRIGGER_LOW = 1200;
|
static const uint16_t AUX_SWITCH_PWM_TRIGGER_LOW = 1200;
|
||||||
|
|
||||||
// pwm value above which the option will be invoked:
|
// pwm value above which the option will be invoked:
|
||||||
static const uint16_t AUX_PWM_TRIGGER_HIGH = 1800;
|
static const uint16_t AUX_PWM_TRIGGER_HIGH = 1700;
|
||||||
// pwm value below which the option will be disabled:
|
// pwm value below which the option will be disabled:
|
||||||
static const uint16_t AUX_PWM_TRIGGER_LOW = 1200;
|
static const uint16_t AUX_PWM_TRIGGER_LOW = 1300;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user