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

BMI055: Allow the independent use of just the gyro driver

parent d12421b9
No related branches found
No related tags found
No related merge requests found
......@@ -224,10 +224,11 @@ then
# Internal SPI bus BMI055_ACC
if bmi055 -A start
then
# Internal SPI bus BMI055_GYR
if bmi055 -G start
then
fi
fi
# Internal SPI bus BMI055_GYR
if bmi055 -G start
then
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