mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
refactor bmi088: use driver base class
This commit is contained in:
@@ -12,10 +12,10 @@ mpu6000 -R 10 -s -T 20602 start
|
||||
#icm20689 -R 10 20689 start
|
||||
|
||||
# Internal SPI bus BMI088 accel
|
||||
bmi088 -A -R 10 start
|
||||
bmi088 -A -R 10 -s start
|
||||
|
||||
# Internal SPI bus BMI088 gyro
|
||||
bmi088 -G -R 10 start
|
||||
bmi088 -G -R 10 -s start
|
||||
|
||||
# Interal DPS310 (barometer)
|
||||
dps310 -s start
|
||||
|
||||
Reference in New Issue
Block a user