Browse Source

Probe for ICM20608

sbg
Lorenz Meier 9 years ago
parent
commit
d32a7ffb8d
  1. 5
      ROMFS/px4fmu_common/init.d/rc.sensors

5
ROMFS/px4fmu_common/init.d/rc.sensors

@ -56,6 +56,11 @@ then @@ -56,6 +56,11 @@ then
then
fi
# Internal SPI bus ICM-20608-G
if mpu6000 -T 20608 start
then
fi
# external MPU6K is rotated 180 degrees yaw
if mpu6000 -X -R 4 start
then

Loading…
Cancel
Save