mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Move sensor alignment defaults into target.h files.
This commit is contained in:
parent
78bb6b52e2
commit
451ee4ab2b
8 changed files with 103 additions and 61 deletions
|
@ -35,11 +35,15 @@
|
|||
#define MPU6000_CS_PIN GPIO_Pin_4
|
||||
#define MPU6000_SPI_INSTANCE SPI1
|
||||
|
||||
#define GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
|
||||
#define GYRO_SPI_MPU6000_ALIGN CW270_DEG
|
||||
|
||||
#define ACC
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
|
||||
#define GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define ACC_SPI_MPU6000_ALIGN CW270_DEG
|
||||
|
||||
#define INVERTER
|
||||
#define BEEPER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue