1
0
Fork 0
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:
cmenard 2016-01-26 18:19:44 -05:00 committed by borisbstyle
parent e973bb149f
commit d174314692
14 changed files with 672 additions and 19 deletions

View file

@ -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