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

BMI055: Ensure that accel and gyro start consistently.

This was required on a BOSCH board which otherwise could end up mis-detecting the 055 and not running properly
parent 9736c08e
No related branches found
No related tags found
No related merge requests found
......@@ -224,11 +224,10 @@ then
# Internal SPI bus BMI055_ACC
if bmi055 -A start
then
fi
# Internal SPI bus BMI055_GYR
if bmi055 -G start
then
# Internal SPI bus BMI055_GYR
if bmi055 -G start
then
fi
fi
# expansion i2c used for BMM150 rotated by 90deg
......
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