mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
CONFIG: Add BMP280 to SPEEDYBEE_F745_AIO (#12530)
This commit is contained in:
parent
6a554574a8
commit
ef3ee2eb16
1 changed files with 2 additions and 3 deletions
|
@ -28,6 +28,8 @@
|
|||
|
||||
#define USE_ACC
|
||||
#define USE_ACC_SPI_MPU6000
|
||||
#define USE_BARO
|
||||
#define USE_BARO_BMP280
|
||||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6000
|
||||
#define USE_FLASH
|
||||
|
@ -84,14 +86,11 @@
|
|||
|
||||
#define ADC1_DMA_OPT 0
|
||||
|
||||
//TODO #define MAG_BUSTYPE I2C
|
||||
#define MAG_I2C_INSTANCE (I2CDEV_1)
|
||||
#define USE_BARO
|
||||
#define BARO_I2C_INSTANCE (I2CDEV_1)
|
||||
|
||||
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
|
||||
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
|
||||
//TODO #define MOTOR_PWM_PROTOCOL DSHOT600
|
||||
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
|
||||
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
|
||||
#define DEFAULT_CURRENT_METER_SCALE 256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue