mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Refactoring of IMU and ACC
This commit is contained in:
parent
b6b24ba946
commit
f85ebba6a4
24 changed files with 141 additions and 195 deletions
|
@ -86,8 +86,7 @@ bool accIsCalibrationComplete(void);
|
|||
bool accHasBeenCalibrated(void);
|
||||
void accStartCalibration(void);
|
||||
void resetRollAndPitchTrims(rollAndPitchTrims_t *rollAndPitchTrims);
|
||||
void accUpdate(timeUs_t currentTimeUs, rollAndPitchTrims_t *rollAndPitchTrims);
|
||||
bool accGetAccumulationAverage(float *accumulation);
|
||||
void accUpdate(timeUs_t currentTimeUs);
|
||||
union flightDynamicsTrims_u;
|
||||
void setAccelerationTrims(union flightDynamicsTrims_u *accelerationTrimsToUse);
|
||||
void accInitFilters(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue