mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge branch 'MJ666-LSM303DLHC_compass_new'
This commit is contained in:
commit
fefef19288
1 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,9 @@
|
|||
#define ACC
|
||||
#define USE_ACC_LSM303DLHC
|
||||
|
||||
#define MAG
|
||||
#define USE_MAG_HMC5883
|
||||
|
||||
#define BEEPER
|
||||
#define LED0
|
||||
#define LED1
|
||||
|
@ -56,7 +59,7 @@
|
|||
|
||||
#define USE_ADC
|
||||
|
||||
#define SENSORS_SET (SENSOR_ACC)
|
||||
#define SENSORS_SET (SENSOR_ACC | SENSOR_MAG)
|
||||
|
||||
#define BLACKBOX
|
||||
#define GPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue