Skip to content

Commit

Permalink
MATEKF411RX / CRAZYBEEF4 (RX) - Update target.h pins
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Nov 2, 2023
1 parent 93c6fa9 commit 81f2cb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/target/MATEKF411RX/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
#define SPI1_MOSI_PIN PA7

#define MPU6000_CS_PIN PA4
#define ICM20689_CS_PIN MPU6000_CS_PIN
#define BMI270_CS_PIN MPU6000_CS_PIN
#define ICM42688P_CS_PIN MPU6000_CS_PIN
#define ICM20689_CS_PIN PA4
#define BMI270_CS_PIN PA4
#define ICM42688P_CS_PIN PA4
#define MPU6000_SPI_INSTANCE SPI1
#define ICM20689_SPI_INSTANCE MPU6000_SPI_INSTANCE
#define BMI270_SPI_INSTANCE MPU6000_SPI_INSTANCE
#define ICM42688P_SPI_INSTANCE MPU6000_SPI_INSTANCE
#define ICM20689_SPI_INSTANCE SPI1
#define BMI270_SPI_INSTANCE SPI1
#define ICM42688P_SPI_INSTANCE SPI1

#define USE_EXTI
#define MPU_INT_EXTI PA1
Expand Down

0 comments on commit 81f2cb9

Please sign in to comment.