mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Reset ITerm on motor reversal
This commit is contained in:
parent
ce345a8446
commit
9060ecb302
5 changed files with 20 additions and 4 deletions
|
@ -127,7 +127,7 @@ extern uint32_t targetPidLooptime;
|
|||
// PIDweight is a scale factor for PIDs which is derived from the throttle and TPA setting, and 100 = 100% scale means no PID reduction
|
||||
extern uint8_t PIDweight[3];
|
||||
|
||||
void pidResetErrorGyroState(void);
|
||||
void pidResetITerm(void);
|
||||
void pidStabilisationState(pidStabilisationState_e pidControllerState);
|
||||
void pidSetItermAccelerator(float newItermAccelerator);
|
||||
void pidInitFilters(const pidProfile_t *pidProfile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue