mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
refactor ms5611: use driver base class
Also: remove device type auto-detection as it will not work with together with the new SPI board config (which specifies a specific device type)
This commit is contained in:
@@ -17,7 +17,7 @@ param set MAV_SYS_ID 1
|
||||
|
||||
mpu9250 -R 10 start
|
||||
hmc5883 start
|
||||
ms5611 start
|
||||
ms5611 -s start
|
||||
|
||||
rgbled start -b 1
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ dataman start
|
||||
mpu9250 -R 8 start
|
||||
lsm9ds1 -s -R 4 start
|
||||
lsm9ds1_mag -s -R 4 start
|
||||
ms5611 start
|
||||
ms5611 -X start
|
||||
|
||||
navio_rgbled start
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ dataman start
|
||||
mpu9250 -R 8 start
|
||||
lsm9ds1 -s -R 4 start
|
||||
lsm9ds1_mag -s -R 4 start
|
||||
ms5611 start
|
||||
ms5611 -X start
|
||||
|
||||
navio_rgbled start
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ dataman start
|
||||
mpu9250 -R 8 start
|
||||
lsm9ds1 -s -R 4 start
|
||||
lsm9ds1_mag -s -R 4 start
|
||||
ms5611 start
|
||||
ms5611 -X start
|
||||
|
||||
navio_rgbled start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user