Skip to content

Commit

Permalink
Merge branch 'master' into 20230601_BETAFPVF722_ICM42688P
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Jun 2, 2023
2 parents 0bc2f03 + c9cb676 commit 7e2777b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/target/FLYWOOF411_5IN1_AIO/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
//#define USE_ACC_SPI_ICM20689
//#define ACC_ICM20689_ALIGN CW180_DEG

#define USE_GYRO_SPI_ICM42688P
#define USE_ACC_SPI_ICM42688P

#define ICM42688P_SPI_INSTANCE SPI1
#define ICM42688P_CS_PIN PB2
#define ACC_ICM426XX_ALIGN CW90_DEG
#define GYRO_ICM426XX_ALIGN CW90_DEG

// *************** Baro **************************
#define USE_I2C

Expand Down
1 change: 1 addition & 0 deletions src/main/target/FLYWOOF411_5IN1_AIO/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \
drivers/accgyro/accgyro_spi_mpu6000.c \
drivers/accgyro/accgyro_spi_icm20689.c \
drivers/accgyro/accgyro_spi_icm426xx.c \
drivers/barometer/barometer_bmp085.c \
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_ms5611.c \
Expand Down

0 comments on commit 7e2777b

Please sign in to comment.