mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #11430 from phobos-/crazybee-icm
Included ICM20689 to CRAZYBEEF4SX1280 target
This commit is contained in:
commit
cc3c43cfa6
2 changed files with 3 additions and 1 deletions
|
@ -51,10 +51,11 @@
|
|||
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_GYRO_SPI_ICM20689
|
||||
|
||||
#define USE_ACC
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
|
||||
#define USE_ACC_SPI_ICM20689
|
||||
|
||||
// *************** OSD/FLASH *****************************
|
||||
#define USE_SPI_DEVICE_2
|
||||
|
|
|
@ -3,6 +3,7 @@ FEATURES += VCP ONBOARDFLASH
|
|||
|
||||
TARGET_SRC = \
|
||||
drivers/accgyro/accgyro_spi_mpu6000.c \
|
||||
drivers/accgyro/accgyro_spi_icm20689.c \
|
||||
drivers/max7456.c \
|
||||
drivers/vtx_rtc6705.c \
|
||||
drivers/vtx_rtc6705_soft_spi.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue