Skip to content

Commit

Permalink
Merge pull request iNavFlight#9797 from iNavFlight/mmosca-iflight-atf435
Browse files Browse the repository at this point in the history
Add ICM42688P gyro to IFLIGHT_BLITZ_ATF4355
  • Loading branch information
mmosca authored Mar 15, 2024
2 parents bc45aa7 + 7fda8c6 commit 9e5abe2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/target/IFLIGHT_BLITZ_ATF435/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
#define BMI270_SPI_BUS BUS_SPI1
#define BMI270_CS_PIN PA4

// ICM42605/ICM42688P
#define USE_IMU_ICM42605
#define IMU_ICM42605_ALIGN CW0_DEG
#define ICM42605_SPI_BUS BUS_SPI1
#define ICM42605_CS_PIN PA4


// Other sensors

#define USE_BARO
Expand Down

0 comments on commit 9e5abe2

Please sign in to comment.