mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Add anti gravity as feature and mode
3.1.7 mergebacks
This commit is contained in:
parent
d8f03693f7
commit
6899c66a05
10 changed files with 46 additions and 51 deletions
|
@ -101,8 +101,7 @@ PG_DECLARE(pidConfig_t, pidConfig);
|
|||
union rollAndPitchTrims_u;
|
||||
void pidController(const pidProfile_t *pidProfile, const union rollAndPitchTrims_u *angleTrim);
|
||||
|
||||
extern float axisPIDf[3];
|
||||
extern int32_t axisPID_P[3], axisPID_I[3], axisPID_D[3];
|
||||
extern float axisPID_P[3], axisPID_I[3], axisPID_D[3];
|
||||
bool airmodeWasActivated;
|
||||
extern uint32_t targetPidLooptime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue