Skip to content

Commit

Permalink
Add MPU6000 to AXISFLYINGF7PRO (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Sep 7, 2023
1 parent e5749c7 commit 09f53ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configs/AXISFLYINGF7PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@
#define BOARD_NAME AXISFLYINGF7PRO
#define MANUFACTURER_ID AXFL

#define USE_GYRO
#define USE_ACC
#define USE_GYRO
#define USE_ACC_SPI_MPU6000
#define USE_GYRO_SPI_MPU6000
#define USE_ACCGYRO_BMI270
#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P
#define USE_GYRO_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
Expand Down Expand Up @@ -100,7 +103,6 @@
#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down

0 comments on commit 09f53ae

Please sign in to comment.