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

Add MPU6500 SPI driver. Move sensor initialisation defines into target

specific headers.
This commit is contained in:
Dominic Clifton 2014-10-14 00:22:54 +01:00
parent 79c2e5648f
commit da51b5c479
19 changed files with 451 additions and 190 deletions

View file

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