mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Add support for LSM6DSO gyro/acc
Also supports the LSM6DSOX variant which has the additional machine learning core (not used by Betaflight).
This commit is contained in:
parent
97ad043f9e
commit
99a9543968
13 changed files with 403 additions and 5 deletions
|
@ -45,6 +45,7 @@ typedef enum {
|
|||
ACC_ICM42605,
|
||||
ACC_BMI160,
|
||||
ACC_BMI270,
|
||||
ACC_LSM6DSO,
|
||||
ACC_FAKE
|
||||
} accelerationSensor_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue