voxl2: added 32768 Hz external clock option for icm42688p driver start

This commit is contained in:
Eric Katzfey
2026-02-20 11:30:15 -07:00
committed by Ramon Roche
parent 7297364484
commit 9fb0ff0e80

View File

@@ -76,10 +76,10 @@ param load
# IMU (accelerometer / gyroscope)
if [ "$PLATFORM" == "M0104" ]; then
/bin/echo "Starting IMU driver with rotation 12"
qshell icm42688p start -s -R 12
qshell icm42688p start -s -R 12 -C 32768
else
/bin/echo "Starting IMU driver with no rotation"
qshell icm42688p start -s
qshell icm42688p start -s -C 32768
fi
# Start Invensense ICP 101xx barometer built on to VOXL 2