mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
add PT2 and PT3 lowpass filter options
This commit is contained in:
parent
636d563abe
commit
3b62b2e5d4
8 changed files with 123 additions and 29 deletions
|
@ -253,6 +253,8 @@ typedef struct pidAxisData_s {
|
|||
typedef union dtermLowpass_u {
|
||||
pt1Filter_t pt1Filter;
|
||||
biquadFilter_t biquadFilter;
|
||||
pt2Filter_t pt2Filter;
|
||||
pt3Filter_t pt3Filter;
|
||||
} dtermLowpass_t;
|
||||
|
||||
typedef struct pidCoefficient_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue