1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

STMicro LSM6DSV16X IMU support (#13046)

Add support for LSM6DSV16X
This commit is contained in:
Steve Evans 2023-12-04 01:19:48 +00:00 committed by GitHub
parent 010a71820a
commit e126f1c4a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1151 additions and 7 deletions

View file

@ -47,6 +47,7 @@ typedef enum {
ACC_BMI160,
ACC_BMI270,
ACC_LSM6DSO,
ACC_LSM6DSV16X,
ACC_VIRTUAL
} accelerationSensor_e;