mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
SPRacingF3NEO - Add BARO support. (#8321)
SPRacingF3NEO - Add BARO support.
This commit is contained in:
parent
65c06f31c5
commit
f7b7e552e4
2 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
||||||
#define ACC_1_ALIGN CW0_DEG
|
#define ACC_1_ALIGN CW0_DEG
|
||||||
#define GYRO_1_ALIGN CW0_DEG
|
#define GYRO_1_ALIGN CW0_DEG
|
||||||
|
|
||||||
|
#define USE_BARO
|
||||||
|
#define USE_BARO_BMP280
|
||||||
|
#define USE_BARO_MS5611
|
||||||
|
|
||||||
#define USE_VCP
|
#define USE_VCP
|
||||||
#define USE_UART1
|
#define USE_UART1
|
||||||
#define USE_UART2
|
#define USE_UART2
|
||||||
|
|
|
@ -8,5 +8,7 @@ TARGET_SRC = \
|
||||||
drivers/accgyro/accgyro_mpu.c \
|
drivers/accgyro/accgyro_mpu.c \
|
||||||
drivers/accgyro/accgyro_mpu6500.c \
|
drivers/accgyro/accgyro_mpu6500.c \
|
||||||
drivers/accgyro/accgyro_spi_mpu6500.c \
|
drivers/accgyro/accgyro_spi_mpu6500.c \
|
||||||
|
drivers/barometer/barometer_bmp280.c \
|
||||||
|
drivers/barometer/barometer_ms5611.c \
|
||||||
drivers/max7456.c \
|
drivers/max7456.c \
|
||||||
drivers/vtx_rtc6705.c
|
drivers/vtx_rtc6705.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue