Skip to content
Snippets Groups Projects
Commit d32a7ffb authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Probe for ICM20608

parent 24e90e3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment