mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Add ICM42688 to Betafpv F722 #8841
This commit is contained in:
parent
085b6ce97a
commit
18c1f07b72
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@
|
|||
#define USE_IMU_MPU6000
|
||||
#define IMU_MPU6000_ALIGN CW180_DEG
|
||||
|
||||
#define USE_IMU_ICM42605
|
||||
#define IMU_ICM42605_ALIGN CW180_DEG
|
||||
#define ICM42605_SPI_BUS BUS_SPI1
|
||||
#define ICM42605_CS_PIN PA4
|
||||
|
||||
// *************** I2C/Baro/Mag *********************
|
||||
#define USE_I2C
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue