|
|
|
@ -108,6 +108,11 @@ public:
@@ -108,6 +108,11 @@ public:
|
|
|
|
|
*/ |
|
|
|
|
virtual void set_esc_scaling(uint16_t min_pwm, uint16_t max_pwm) {} |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
returns the pwm value scaled to [-1;1] regrading to set_esc_scaling ranges range without constraints. |
|
|
|
|
*/ |
|
|
|
|
virtual float scale_esc_to_unity(uint16_t pwm) { return 0; } |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
enable SBUS out at the given rate |
|
|
|
|
*/ |
|
|
|
|