Skip to content

Commit

Permalink
Merge pull request #9370 from DusKing1/add-icm42688p-driver-for-skyst…
Browse files Browse the repository at this point in the history
…arsf405hd

Add ICM42605 driver for SKYSTARSF405HD
  • Loading branch information
DzikuVx committed Oct 18, 2023
2 parents ad8e1a3 + afd2848 commit f24d6cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/target/SKYSTARSF405HD/target.h
Expand Up @@ -45,6 +45,11 @@
#define BMI270_SPI_BUS BUS_SPI1
#define BMI270_CS_PIN PA4

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

// *************** M25P256 flash ********************
#define USE_FLASHFS
#define USE_FLASH_M25P16
Expand Down

0 comments on commit f24d6cf

Please sign in to comment.