mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
8 lines
173 B
C
8 lines
173 B
C
#pragma once
|
|
|
|
extern int32_t errorAltitudeI;
|
|
extern int32_t BaroPID;
|
|
extern int16_t throttleAngleCorrection;
|
|
|
|
int getEstimatedAltitude(void);
|
|
void computeIMU(void);
|