1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Smoothed Derivative from Error // Fix Iterm accumulation issues // Defaultss

Saturation rework
This commit is contained in:
borisbstyle 2016-06-07 01:19:34 +02:00
parent 49defe8c68
commit d214f8602d
10 changed files with 104 additions and 103 deletions

View file

@ -147,6 +147,7 @@ typedef struct controlRateConfig_s {
} controlRateConfig_t;
extern int16_t rcCommand[4];
extern int16_t rcCommandSmooth[4];
typedef struct rcControlsConfig_s {
uint8_t deadband; // introduce a deadband around the stick center for pitch and roll axis. Must be greater than zero.