1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

various ff2_0 improvements

simplify

double period averaging

fix calc

ff changes

in between

fixes

clip * clip and cleanup

address review feedback

more review feedback

10 to 100
This commit is contained in:
Thorsten Laux 2019-08-18 15:37:33 +02:00 committed by mikeller
parent 0d62e71a8c
commit 5855b275f4
8 changed files with 96 additions and 77 deletions

View file

@ -136,6 +136,7 @@ typedef enum {
TABLE_GYRO_FILTER_DEBUG,
TABLE_POSITION_ALT_SOURCE,
TABLE_DSHOT_BITBANG,
TABLE_INTERPOLATED_SP,
LOOKUP_TABLE_COUNT
} lookupTableIndex_e;