mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
SPRACINGF3 - Set sensor alignments.
This commit is contained in:
parent
012e8fac31
commit
b4b16fa28c
1 changed files with 3 additions and 0 deletions
|
@ -32,15 +32,18 @@
|
|||
|
||||
#define GYRO
|
||||
#define USE_GYRO_MPU6050
|
||||
#define GYRO_MPU6050_ALIGN CW270_DEG
|
||||
|
||||
#define ACC
|
||||
#define USE_ACC_MPU6050
|
||||
#define ACC_MPU6050_ALIGN CW270_DEG
|
||||
|
||||
#define BARO
|
||||
#define USE_BARO_MS5611
|
||||
|
||||
#define MAG
|
||||
#define USE_MAG_HMC5883
|
||||
#define MAG_HMC5883_ALIGN CW270_DEG
|
||||
|
||||
#define BEEPER
|
||||
#define LED0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue