mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
Update rc.sensors : mRo X2.1 to enable the LIS3MDL
This change allows the LIS3MDL based GPS magnetometers to autostart on the mRo x2.1.
This commit is contained in:
committed by
Daniel Agar
parent
cc36c8ee37
commit
4d0964385b
@@ -56,6 +56,7 @@ if ver hwcmp AUAV_X21
|
|||||||
then
|
then
|
||||||
# External I2C bus
|
# External I2C bus
|
||||||
hmc5883 -C -T -X start
|
hmc5883 -C -T -X start
|
||||||
|
lis3mdl -X start
|
||||||
|
|
||||||
# Internal SPI bus ICM-20608-G is rotated 90 deg yaw
|
# Internal SPI bus ICM-20608-G is rotated 90 deg yaw
|
||||||
mpu6000 -R 2 -T 20608 start
|
mpu6000 -R 2 -T 20608 start
|
||||||
|
|||||||
Reference in New Issue
Block a user