mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
px4_fmu-v4/v4pro: switch to new InvenSense icm20602/icm20608g IMU drivers
* 8 kHz gyro, 4 kHz accel * DLPF disabled * scheduled using data ready interrupts * FIFO is emptied at 1 kHz by default, but can adjusted via IMU_GYRO_RATEMAX from 250 Hz - 2000 kHz. * On both px4_fmu-v4 and px4_fmu-v4pro the secondary IMU is an mpu9250 with the same driver
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
adc start
|
||||
|
||||
# Internal SPI bus ICM-20608-G
|
||||
mpu6000 -R 2 -T 20608 start
|
||||
icm20608g -R 8 start
|
||||
|
||||
# Internal SPI bus ICM-20602
|
||||
mpu6000 -R 2 -T 20602 start
|
||||
icm20602 -R 8 start
|
||||
|
||||
# Internal SPI bus mpu9250
|
||||
mpu9250 -R 2 start
|
||||
|
||||
Reference in New Issue
Block a user