mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
refactor icm20689: use driver base class
This commit is contained in:
@@ -9,7 +9,7 @@ adc start
|
||||
mpu6000 -R 10 -s -T 20602 start
|
||||
|
||||
# Internal ICM-20689
|
||||
#icm20689 -R 10 20689 start
|
||||
#icm20689 -s -R 10 start
|
||||
|
||||
# Internal SPI bus BMI088 accel
|
||||
bmi088 -A -R 10 -s start
|
||||
|
||||
@@ -11,11 +11,11 @@ mpu6000 -R 8 -s -T 20602 start
|
||||
|
||||
# Internal SPI bus ICM-20689
|
||||
mpu6000 -R 8 -s -T 20689 start
|
||||
#icm20689 -R 6 start
|
||||
#icm20689 -s -R 6 start
|
||||
|
||||
# new sensor drivers (in testing)
|
||||
#icm20602 -s start
|
||||
#icm20689 start
|
||||
#icm20689 -s start
|
||||
|
||||
# Internal SPI bus BMI055 accel
|
||||
bmi055 -A -R 10 -s start
|
||||
|
||||
Reference in New Issue
Block a user