File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
libraries/AP_HAL_ChibiOS/hwdef/KakuteH7 Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ DMA_NOSHARE SPI1*
130
130
# spi devices
131
131
SPIDEV mpu6000 SPI4 DEVID1 mpu6000_CS MODE3 1*MHZ 4*MHZ
132
132
SPIDEV icm42688 SPI4 DEVID1 mpu6000_CS MODE3 1*MHZ 16*MHZ
133
+ SPIDEV bmi270 SPI4 DEVID1 mpu6000_CS MODE3 1*MHZ 10*MHZ # Clock is 100Mhz so highest clock <= 10Mhz is 100Mhz/16
133
134
SPIDEV sdcard SPI1 DEVID1 SDCARD_CS MODE0 400*KHZ 25*MHZ
134
135
SPIDEV osd SPI2 DEVID4 MAX7456_CS MODE0 10*MHZ 10*MHZ
135
136
@@ -147,6 +148,7 @@ define HAL_COMPASS_AUTO_ROT_DEFAULT 2
147
148
# one IMU
148
149
IMU Invensense SPI:mpu6000 ROTATION_YAW_180
149
150
IMU Invensensev3 SPI:icm42688 ROTATION_ROLL_180_YAW_270
151
+ IMU BMI270 SPI:bmi270 ROTATION_ROLL_180_YAW_270
150
152
151
153
# one BARO
152
154
BARO BMP280 I2C:0:0x76
You can’t perform that action at this time.
0 commit comments