mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Add test for calculate heading.
This commit is contained in:
parent
6a0d1b84f2
commit
67a2d5cd75
2 changed files with 27 additions and 3 deletions
|
@ -44,4 +44,6 @@ float calculateThrottleAngleScale(uint16_t throttle_correction_angle);
|
|||
int16_t calculateThrottleAngleCorrection(uint8_t throttle_correction_value);
|
||||
float calculateAccZLowPassFilterRCTimeConstant(float accz_lpf_cutoff);
|
||||
|
||||
int16_t calculateHeading(t_fp_vector *vec);
|
||||
|
||||
void accSum_reset(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue