mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
voxl2: added 32768 Hz external clock option for icm42688p driver start
This commit is contained in:
committed by
Ramon Roche
parent
7297364484
commit
9fb0ff0e80
@@ -76,10 +76,10 @@ param load
|
|||||||
# IMU (accelerometer / gyroscope)
|
# IMU (accelerometer / gyroscope)
|
||||||
if [ "$PLATFORM" == "M0104" ]; then
|
if [ "$PLATFORM" == "M0104" ]; then
|
||||||
/bin/echo "Starting IMU driver with rotation 12"
|
/bin/echo "Starting IMU driver with rotation 12"
|
||||||
qshell icm42688p start -s -R 12
|
qshell icm42688p start -s -R 12 -C 32768
|
||||||
else
|
else
|
||||||
/bin/echo "Starting IMU driver with no rotation"
|
/bin/echo "Starting IMU driver with no rotation"
|
||||||
qshell icm42688p start -s
|
qshell icm42688p start -s -C 32768
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start Invensense ICP 101xx barometer built on to VOXL 2
|
# Start Invensense ICP 101xx barometer built on to VOXL 2
|
||||||
|
|||||||
Reference in New Issue
Block a user