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

CC3D - Support MPU6000 Gyro/Acc and SPI 1/2.

This commit is contained in:
Dominic Clifton 2014-07-17 22:12:21 +01:00
parent 1fb75890d5
commit 5f16cfb72a
12 changed files with 647 additions and 48 deletions

View file

@ -112,7 +112,7 @@ static const char * const sensorNames[] = {
};
static const char * const accNames[] = {
"", "ADXL345", "MPU6050", "MMA845x", "BMA280", "LSM303DLHC", "FAKE", "None", NULL
"", "ADXL345", "MPU6050", "MMA845x", "BMA280", "LSM303DLHC", "MPU6000", "FAKE", "None", NULL
};
typedef struct {