mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Airmode rework // Fix 3D from negative to positive // cleanup
This commit is contained in:
parent
18da3d08f8
commit
fda0794441
7 changed files with 49 additions and 30 deletions
|
@ -78,6 +78,7 @@ typedef struct acroPlus_s {
|
|||
|
||||
extern int16_t axisPID[XYZ_AXIS_COUNT];
|
||||
extern int32_t axisPID_P[3], axisPID_I[3], axisPID_D[3];
|
||||
bool antiWindupProtection;
|
||||
|
||||
void pidSetController(pidControllerType_e type);
|
||||
void pidResetErrorGyro(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue