mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
using same curve of dyn dterm lpf
This commit is contained in:
parent
988024ee4e
commit
d0fe84528a
6 changed files with 14 additions and 5 deletions
|
@ -414,4 +414,4 @@ float pidGetPidFrequency();
|
|||
float pidGetFfBoostFactor();
|
||||
float pidGetFfSmoothFactor();
|
||||
float pidGetSpikeLimitInverse();
|
||||
float dynDtermLpfCutoffFreq(float throttle, uint16_t dynLpfMin, uint16_t dynLpfMax, uint8_t expo);
|
||||
float dynLpfCutoffFreq(float throttle, uint16_t dynLpfMin, uint16_t dynLpfMax, uint8_t expo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue