1
0
Fork 0
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:
Marcelo Bezerra 2023-03-02 01:12:38 +01:00
parent 085b6ce97a
commit 18c1f07b72

View file

@ -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