1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Found a board and tested personally :)

This commit is contained in:
rotcehdnih 2017-10-01 03:12:24 +11:00
parent a24ed5915c
commit e7f2047143

View file

@ -72,9 +72,12 @@
#define MPU_INT_EXTI PC4
#define USE_MPU_DATA_READY_SIGNAL
#if defined(OMNIBUSF4SD) || defined(XRACERF4)
#if defined(OMNIBUSF4SD)
#define GYRO_MPU6000_ALIGN CW270_DEG
#define ACC_MPU6000_ALIGN CW270_DEG
#elif defined(XRACERF4)
#define GYRO_MPU6000_ALIGN CW90_DEG
#define ACC_MPU6000_ALIGN CW90_DEG
#else
#define GYRO_MPU6000_ALIGN CW180_DEG
#define ACC_MPU6000_ALIGN CW180_DEG