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:
parent
c29b125a59
commit
447cbac988
27 changed files with 26435 additions and 11 deletions
|
@ -44,6 +44,7 @@ typedef enum {
|
|||
ACC_ICM20689,
|
||||
ACC_ICM42605,
|
||||
ACC_BMI160,
|
||||
ACC_BMI270,
|
||||
ACC_FAKE
|
||||
} accelerationSensor_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue