1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Cleanup MPU9150 support.

This commit is contained in:
Dominic Clifton 2014-12-24 21:36:47 +00:00
parent e9c07675be
commit 36c0b6f106
9 changed files with 79 additions and 432 deletions

View file

@ -27,9 +27,8 @@ typedef enum AccelSensors {
ACC_LSM303DLHC = 5,
ACC_SPI_MPU6000 = 6,
ACC_SPI_MPU6500 = 7,
ACC_MPU9150 = 8,
ACC_FAKE = 9,
ACC_NONE = 10
ACC_FAKE = 8,
ACC_NONE = 9
} accelSensor_e;
extern uint8_t accHardware;