AP_HAL: Add Bosch BMP280 driver

This commit is contained in:
mirkix 2016-12-29 15:53:32 +01:00 committed by Andrew Tridgell
parent 1ce5e5360a
commit 4e06be38ac

View File

@ -81,6 +81,8 @@
#define HAL_BARO_MS5637_I2C 8
#define HAL_BARO_QFLIGHT 9
#define HAL_BARO_QURT 10
#define HAL_BARO_BMP280_I2C 11
#define HAL_BARA_BMP280_SPI 12
/* Compass driver types */
#define HAL_COMPASS_HMC5843 1