mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user