Skip to content

Commit

Permalink
Merge pull request #10242 from iNavFlight/dzikuvx-update-dakefpv-targets
Browse files Browse the repository at this point in the history
Add gyros to DakeFPV targets
  • Loading branch information
DzikuVx authored Jul 17, 2024
2 parents d920a47 + 6337989 commit 4fa40ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/target/DAKEFPVF405/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
#define ICM42605_SPI_BUS BUS_SPI1
#define ICM42605_CS_PIN PA4

#define USE_IMU_BMI270
#define IMU_BMI270_ALIGN CW90_DEG
#define BMI270_SPI_BUS BUS_SPI1
#define BMI270_CS_PIN PA4

//Baro
#define USE_BARO
#define USE_BARO_BMP280
Expand Down
15 changes: 15 additions & 0 deletions src/main/target/DAKEFPVF722/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@
#define MPU6500_CS_PIN PA4
#define MPU6500_SPI_BUS BUS_SPI1

#define USE_IMU_MPU6000
#define IMU_MPU6000_ALIGN CW90_DEG
#define MPU6000_CS_PIN PA4
#define MPU6000_SPI_BUS BUS_SPI1

#define USE_IMU_ICM42605
#define IMU_ICM42605_ALIGN CW90_DEG
#define ICM42605_SPI_BUS BUS_SPI1
#define ICM42605_CS_PIN PA4

#define USE_IMU_BMI270
#define IMU_BMI270_ALIGN CW90_DEG
#define BMI270_SPI_BUS BUS_SPI1
#define BMI270_CS_PIN PA4

//Baro
#define USE_BARO
#define USE_BARO_BMP280
Expand Down

0 comments on commit 4fa40ad

Please sign in to comment.