Support MPU6000 for KakuteF7
This commit is contained in:
parent
7f715143da
commit
898ba30cca
|
@ -46,6 +46,10 @@
|
|||
#define USE_GYRO
|
||||
#define USE_EXTI
|
||||
|
||||
// MPU6000
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
|
||||
// ICM-20689
|
||||
#define USE_ACC_SPI_ICM20689
|
||||
#define USE_GYRO_SPI_ICM20689
|
||||
|
|
|
@ -12,6 +12,7 @@ endif
|
|||
|
||||
TARGET_SRC = \
|
||||
drivers/accgyro/accgyro_mpu.c \
|
||||
drivers/accgyro/accgyro_spi_mpu6000.c \
|
||||
drivers/accgyro/accgyro_spi_icm20689.c \
|
||||
drivers/barometer/barometer_bmp280.c \
|
||||
drivers/compass/compass_hmc5883l.c \
|
||||
|
|
Loading…
Reference in New Issue