mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 19:57:12 +08:00
refactor bmi088: use driver base class
This commit is contained in:
@@ -16,10 +16,10 @@ mpu6000 -R 6 -s -T 20602 start
|
||||
icm42688p -R 12 start
|
||||
|
||||
# Internal SPI bus BMI088 accel
|
||||
bmi088 -A -R 4 start
|
||||
bmi088 -A -R 4 -s start
|
||||
|
||||
# Internal SPI bus BMI088 gyro
|
||||
bmi088 -G -R 4 start
|
||||
bmi088 -G -R 4 -s start
|
||||
|
||||
# Possible external compasses
|
||||
ist8310 -X start
|
||||
|
||||
Reference in New Issue
Block a user