mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Add Lux target
This commit is contained in:
parent
e973bb149f
commit
d174314692
14 changed files with 672 additions and 19 deletions
|
@ -47,7 +47,7 @@ void gyroUpdateSampleRate(uint8_t lpf) {
|
|||
if (!lpf) {
|
||||
gyroSamplePeriod = 125;
|
||||
#ifdef STM32F303xC
|
||||
#ifdef COLIBRI_RACE
|
||||
#ifdef COLIBRI_RACE // Leave out LUX target for now. Need to test 2.6Khz
|
||||
gyroSyncDenominator = 3; // Sample every 3d gyro measurement 2,6khz
|
||||
#else
|
||||
gyroSyncDenominator = 4; // Sample every 4th gyro measurement 2khz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue