mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Piecewise linear interpolation routine (#13798)
* piecewise linear interpolation routines * haslinghuis review * triling spaces removed * KarateBrot review * ledvinap's review * minor style fixes
This commit is contained in:
parent
9520b5b40f
commit
8f10f17245
5 changed files with 227 additions and 0 deletions
|
@ -61,6 +61,7 @@ COMMON_SRC = \
|
|||
common/maths.c \
|
||||
common/printf.c \
|
||||
common/printf_serial.c \
|
||||
common/pwl.c \
|
||||
common/sdft.c \
|
||||
common/sensor_alignment.c \
|
||||
common/stopwatch.c \
|
||||
|
@ -401,6 +402,7 @@ SPEED_OPTIMISED_SRC := $(SPEED_OPTIMISED_SRC) \
|
|||
common/encoding.c \
|
||||
common/filter.c \
|
||||
common/maths.c \
|
||||
common/pwl.c \
|
||||
common/sdft.c \
|
||||
common/stopwatch.c \
|
||||
common/typeconversion.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue