aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.sensors15
1 files changed, 15 insertions, 0 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.sensors b/ROMFS/px4fmu_common/init.d/rc.sensors
index 121dc89d3..5a755b89e 100644
--- a/ROMFS/px4fmu_common/init.d/rc.sensors
+++ b/ROMFS/px4fmu_common/init.d/rc.sensors
@@ -6,11 +6,21 @@
ms5611 start
adc start
+if mpu6000 -X start
+then
+ echo "External MPU6000"
+fi
+
if mpu6000 start
then
echo "Internal MPU6000"
fi
+if l3gd20 -X start
+then
+ echo "External L3GD20(H)"
+fi
+
if l3gd20 start
then
echo "Internal L3GD20(H)"
@@ -42,6 +52,11 @@ fi
if ver hwcmp PX4FMU_V2
then
+ if lsm303d -X start
+ then
+ echo "External LSM303D"
+ fi
+
if lsm303d start
then
echo "Internal LSM303D"