PORT103R - Enable MPU6000/MPU6500 autodetection.
This commit is contained in:
parent
676b2dd6c0
commit
de1ff66854
|
@ -72,8 +72,8 @@
|
||||||
//#define USE_GYRO_L3GD20
|
//#define USE_GYRO_L3GD20
|
||||||
//#define USE_GYRO_MPU3050
|
//#define USE_GYRO_MPU3050
|
||||||
#define USE_GYRO_MPU6050
|
#define USE_GYRO_MPU6050
|
||||||
//#define USE_GYRO_SPI_MPU6000
|
#define USE_GYRO_SPI_MPU6000
|
||||||
//#define USE_GYRO_SPI_MPU6500
|
#define USE_GYRO_SPI_MPU6500
|
||||||
|
|
||||||
#define ACC
|
#define ACC
|
||||||
#define USE_FAKE_ACC
|
#define USE_FAKE_ACC
|
||||||
|
@ -81,8 +81,8 @@
|
||||||
//#define USE_ACC_BMA280
|
//#define USE_ACC_BMA280
|
||||||
//#define USE_ACC_MMA8452
|
//#define USE_ACC_MMA8452
|
||||||
#define USE_ACC_MPU6050
|
#define USE_ACC_MPU6050
|
||||||
//#define USE_ACC_SPI_MPU6000
|
#define USE_ACC_SPI_MPU6000
|
||||||
//#define USE_ACC_SPI_MPU6500
|
#define USE_ACC_SPI_MPU6500
|
||||||
|
|
||||||
#define BARO
|
#define BARO
|
||||||
#define USE_BARO_MS5611
|
#define USE_BARO_MS5611
|
||||||
|
|
Loading…
Reference in New Issue