Skip to content

Commit

Permalink
Updated config.h files for DFRF722
Browse files Browse the repository at this point in the history
  • Loading branch information
mStrangers committed Jun 21, 2024
1 parent 123db99 commit ab6fbcf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions configs/DFR_F722_DUAL_HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
#define MANUFACTURER_ID DFRA

#define USE_ACC
#define USE_BARO
#define USE_FLASH
#define USE_GYRO

#define USE_ACC_SPI_ICM20689
#define USE_ACC_SPI_ICM42688P
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_GYRO
#define USE_GYRO_SPI_ICM20689
#define USE_GYRO_SPI_ICM42688P
#define USE_MAX7456

#define BEEPER_PIN PC15
Expand Down Expand Up @@ -102,6 +104,7 @@
#define ADC3_DMA_OPT 0

#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define MAG_I2C_INSTANCE (I2CDEV_2)

#define ADC_INSTANCE ADC3
Expand Down

0 comments on commit ab6fbcf

Please sign in to comment.