mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Moved accelerometerTrims into accelerometerConfig()
This commit is contained in:
parent
a562b8fa12
commit
ee8a1676c4
11 changed files with 21 additions and 32 deletions
|
@ -98,8 +98,6 @@ void imuConfigure(
|
|||
|
||||
float getCosTiltAngle(void);
|
||||
void calculateEstimatedAltitude(timeUs_t currentTimeUs);
|
||||
union rollAndPitchTrims_u;
|
||||
void imuUpdateAccelerometer(union rollAndPitchTrims_u *accelerometerTrims);
|
||||
void imuUpdateAttitude(timeUs_t currentTimeUs);
|
||||
float calculateThrottleAngleScale(uint16_t throttle_correction_angle);
|
||||
int16_t calculateThrottleAngleCorrection(uint8_t throttle_correction_value);
|
||||
|
@ -109,5 +107,4 @@ union u_fp_vector;
|
|||
int16_t imuCalculateHeading(union u_fp_vector *vec);
|
||||
|
||||
void imuResetAccelerationSum(void);
|
||||
void imuUpdateAcc(union rollAndPitchTrims_u *accelerometerTrims);
|
||||
void imuInit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue