1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Adds missing ACCGYRO defines and remove legacy drivers (#14087)

This commit is contained in:
Mark Haslinghuis 2024-12-31 20:06:39 +01:00 committed by GitHub
parent ef81595f1d
commit 38928085f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 114 additions and 1483 deletions

View file

@ -31,14 +31,11 @@
#include "sensors/sensors.h"
// Type of accelerometer used/detected
// Acc hardware types were updated in PR #14087 (removed ACC_ADXL345, ACC_MMA8452, ACC_BMA280, ACC_LSM303DLHC)
typedef enum {
ACC_DEFAULT,
ACC_NONE,
ACC_ADXL345,
ACC_MPU6050,
ACC_MMA8452,
ACC_BMA280,
ACC_LSM303DLHC,
ACC_MPU6000,
ACC_MPU6500,
ACC_MPU9250,