1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 01:05:21 +03:00

Merge pull request #9546 from iNavFlight/dzikuvx-kakuteh7-icm42688

Add ICM42688P to KAKUTEH7
This commit is contained in:
Paweł Spychalski 2023-12-07 19:04:46 +01:00 committed by GitHub
commit 8d15921ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,11 @@
#define IMU_BMI270_ALIGN CW0_DEG
#endif
#define USE_IMU_ICM42605
#define IMU_ICM42605_ALIGN CW270_DEG
#define ICM42605_CS_PIN PE4
#define ICM42605_SPI_BUS BUS_SPI4
#define USE_MAX7456
#define MAX7456_SPI_BUS BUS_SPI2
#define MAX7456_CS_PIN PB12