mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Added PG config definitions 7
This commit is contained in:
parent
436b2896c5
commit
0f4a3028c5
6 changed files with 119 additions and 48 deletions
|
@ -107,6 +107,8 @@ void pgResetFn_motorConfig(motorConfig_t *motorConfig)
|
|||
}
|
||||
}
|
||||
|
||||
PG_REGISTER_ARRAY(motorMixer_t, MAX_SUPPORTED_MOTORS, customMotorMixer, PG_MOTOR_MIXER, 0);
|
||||
|
||||
#define EXTERNAL_DSHOT_CONVERSION_FACTOR 2
|
||||
// (minimum output value(1001) - (minimum input value(48) / conversion factor(2))
|
||||
#define EXTERNAL_DSHOT_CONVERSION_OFFSET 977
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue