mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fix error in rc expo calculation // add configurable expo power
This commit is contained in:
parent
c53c5250a9
commit
3f6860b83b
7 changed files with 20 additions and 3 deletions
|
@ -69,6 +69,7 @@ typedef union {
|
|||
fp_angles_def angles;
|
||||
} fp_angles_t;
|
||||
|
||||
float powerf(float base, int exp);
|
||||
int32_t applyDeadband(int32_t value, int32_t deadband);
|
||||
|
||||
void devClear(stdev_t *dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue