mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Add support for new BMP280 barometer, modified files
This commit is contained in:
parent
105910b25a
commit
637fd64f36
11 changed files with 26 additions and 1 deletions
|
@ -21,7 +21,8 @@ typedef enum {
|
|||
BARO_NONE = 0,
|
||||
BARO_DEFAULT = 1,
|
||||
BARO_BMP085 = 2,
|
||||
BARO_MS5611 = 3
|
||||
BARO_MS5611 = 3,
|
||||
BARO_BMP280 = 4
|
||||
} baroSensor_e;
|
||||
|
||||
#define BARO_SAMPLE_COUNT_MAX 48
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue