mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
Add spa06 and spl07 baro for Kakutef4/f7 FC
This commit is contained in:
parent
b8a5d9a2d6
commit
24c1ed91f9
3 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,8 @@
|
||||||
# define BARO_I2C_BUS BUS_I2C1
|
# define BARO_I2C_BUS BUS_I2C1
|
||||||
# define USE_BARO_MS5611
|
# define USE_BARO_MS5611
|
||||||
# define USE_BARO_BMP280
|
# define USE_BARO_BMP280
|
||||||
|
# define USE_BARO_DPS310
|
||||||
|
# define USE_BARO_SPL06
|
||||||
#else // V1 does not have I2C exposed, common_post.h will pull in USE_*_MSP
|
#else // V1 does not have I2C exposed, common_post.h will pull in USE_*_MSP
|
||||||
# define USE_BARO
|
# define USE_BARO
|
||||||
# define USE_MAG
|
# define USE_MAG
|
||||||
|
|
|
@ -131,6 +131,8 @@
|
||||||
#define USE_BARO
|
#define USE_BARO
|
||||||
#define USE_BARO_BMP280
|
#define USE_BARO_BMP280
|
||||||
#define USE_BARO_MS5611
|
#define USE_BARO_MS5611
|
||||||
|
#define USE_BARO_DPS310
|
||||||
|
#define USE_BARO_SPL06
|
||||||
#define BARO_I2C_BUS BUS_I2C1
|
#define BARO_I2C_BUS BUS_I2C1
|
||||||
|
|
||||||
#define USE_MAG
|
#define USE_MAG
|
||||||
|
|
|
@ -117,6 +117,8 @@
|
||||||
#define BARO_I2C_BUS BUS_I2C1
|
#define BARO_I2C_BUS BUS_I2C1
|
||||||
#define USE_BARO_BMP280
|
#define USE_BARO_BMP280
|
||||||
#define USE_BARO_MS5611
|
#define USE_BARO_MS5611
|
||||||
|
#define USE_BARO_DPS310
|
||||||
|
#define USE_BARO_SPL06
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mag
|
* Mag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue