mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Improved ITerm windup handling for tricopter
This commit is contained in:
parent
d0475a6987
commit
37c9d3c47e
3 changed files with 20 additions and 3 deletions
|
@ -124,6 +124,7 @@ struct rxConfig_s;
|
|||
|
||||
uint8_t getMotorCount();
|
||||
float getMotorMixRange();
|
||||
bool mixerIsOutputSaturated(int axis, float errorRate);
|
||||
|
||||
void mixerLoadMix(int index, motorMixer_t *customMixers);
|
||||
void mixerInit(mixerMode_e mixerMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue