Skip to content

Commit

Permalink
Add ICM42688P driver to the target
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Mar 15, 2024
1 parent bc45aa7 commit 7fda8c6
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 7fda8c6

Please sign in to comment.