1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Add support for Bosch BMI270 gyro/accelerometer sensor

This commit is contained in:
Bruce Luckcuck 2020-01-17 18:08:43 -05:00
parent c29b125a59
commit 447cbac988
27 changed files with 26435 additions and 11 deletions

View file

@ -44,6 +44,7 @@ typedef enum {
ACC_ICM20689,
ACC_ICM42605,
ACC_BMI160,
ACC_BMI270,
ACC_FAKE
} accelerationSensor_e;