1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

Merge pull request #7288 from loopur/f405_target_update

Update target HAKRC405,modify the name of gyro interface definition
This commit is contained in:
Michael Keller 2019-01-08 00:52:47 +13:00 committed by GitHub
commit dc7d6693f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,29 +49,28 @@
#define SPI1_MOSI_PIN PA7
#define USE_EXTI
#define MPU_INT_EXTI PC4
#define USE_GYRO_EXTI
#define GYRO_1_EXTI_PIN PC4
#define USE_MPU_DATA_READY_SIGNAL
#define USE_GYRO
#define USE_ACC
#define ICM20689_CS_PIN PA4
#define ICM20689_SPI_INSTANCE SPI1
#define GYRO_1_CS_PIN PA4
#define GYRO_1_SPI_INSTANCE SPI1
#define USE_GYRO_SPI_ICM20689
#define GYRO_ICM20689_ALIGN CW270_DEG
#define GYRO_1_ALIGN CW270_DEG
#define USE_ACC_SPI_ICM20689
#define ACC_ICM20689_ALIGN CW270_DEG
#define ACC_1_ALIGN CW270_DEG
#define MPU6000_CS_PIN PA4
#define MPU6000_SPI_INSTANCE SPI1
#define GYRO_1_CS_PIN PA4
#define GYRO_1_SPI_INSTANCE SPI1
#define USE_GYRO_SPI_MPU6000
#define GYRO_MPU6000_ALIGN CW270_DEG
#define USE_ACC_SPI_MPU6000
#define ACC_MPU6000_ALIGN CW270_DEG
#define LED0_PIN PC13