1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Add compass QMC5883L driver (#5309)

This commit is contained in:
Míguel Ángel Mulero Martínez 2018-03-03 23:45:54 +01:00 committed by Michael Keller
parent 6560e96e98
commit 73eb5d396e
56 changed files with 248 additions and 14 deletions

View file

@ -116,7 +116,7 @@ const char * const lookupTableBaroHardware[] = {
#if defined(USE_SENSOR_NAMES) || defined(USE_MAG)
// sync with magSensor_e
const char * const lookupTableMagHardware[] = {
"AUTO", "NONE", "HMC5883", "AK8975", "AK8963"
"AUTO", "NONE", "HMC5883", "AK8975", "AK8963", "QMC5883"
};
#endif
#if defined(USE_SENSOR_NAMES) || defined(USE_RANGEFINDER)