commit
0c8c671cde
|
@ -46,6 +46,10 @@
|
||||||
#define USE_GYRO
|
#define USE_GYRO
|
||||||
#define USE_EXTI
|
#define USE_EXTI
|
||||||
|
|
||||||
|
// MPU6000
|
||||||
|
#define USE_ACC_SPI_MPU6000
|
||||||
|
#define USE_GYRO_SPI_MPU6000
|
||||||
|
|
||||||
// ICM-20689
|
// ICM-20689
|
||||||
#define USE_ACC_SPI_ICM20689
|
#define USE_ACC_SPI_ICM20689
|
||||||
#define USE_GYRO_SPI_ICM20689
|
#define USE_GYRO_SPI_ICM20689
|
||||||
|
|
|
@ -12,6 +12,7 @@ endif
|
||||||
|
|
||||||
TARGET_SRC = \
|
TARGET_SRC = \
|
||||||
drivers/accgyro/accgyro_mpu.c \
|
drivers/accgyro/accgyro_mpu.c \
|
||||||
|
drivers/accgyro/accgyro_spi_mpu6000.c \
|
||||||
drivers/accgyro/accgyro_spi_icm20689.c \
|
drivers/accgyro/accgyro_spi_icm20689.c \
|
||||||
drivers/barometer/barometer_bmp280.c \
|
drivers/barometer/barometer_bmp280.c \
|
||||||
drivers/compass/compass_hmc5883l.c \
|
drivers/compass/compass_hmc5883l.c \
|
||||||
|
|
Loading…
Reference in New Issue