1
0
Fork 0
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:
Richard Lehey 2015-06-02 01:53:05 +09:00 committed by borisbstyle
parent 105910b25a
commit 637fd64f36
11 changed files with 26 additions and 1 deletions

View file

@ -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