Add back MAG to SPRACING targets

This commit is contained in:
borisbstyle 2016-12-30 12:55:17 +01:00
parent 22f166486a
commit 5adba3b81b
2 changed files with 9 additions and 9 deletions

View File

@ -55,10 +55,10 @@
#define USE_BARO_MS5611
#define USE_BARO_BMP085
//#define MAG
//#define USE_MAG_AK8975
//#define USE_MAG_HMC5883
//#define MAG_HMC5883_ALIGN CW270_DEG
#define MAG
#define USE_MAG_AK8975
#define USE_MAG_HMC5883
#define MAG_HMC5883_ALIGN CW270_DEG
#define USE_MAG_DATA_READY_SIGNAL
#define ENSURE_MAG_DATA_READY_IS_HIGH

View File

@ -51,11 +51,11 @@
#define BARO
#define USE_BARO_BMP280
//#define MAG
//#define USE_MPU9250_MAG // Enables bypass configuration
//#define USE_MAG_AK8975
//#define USE_MAG_HMC5883 // External
//#define MAG_AK8975_ALIGN CW90_DEG_FLIP
#define MAG
#define USE_MPU9250_MAG // Enables bypass configuration
#define USE_MAG_AK8975
#define USE_MAG_HMC5883 // External
#define MAG_AK8975_ALIGN CW90_DEG_FLIP
//#define SONAR
//#define SONAR_ECHO_PIN PB1