Skip to content

Commit

Permalink
CF/BF - Add BMP085/BMP280 baro support to REVO targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Oct 21, 2017
1 parent 22b1daf commit 97353b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/target/REVO/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@

#define BARO
#define USE_BARO_MS5611
#define USE_BARO_BMP085
#define USE_BARO_BMP280

#if defined(AIRBOTF4SD)
// SDCARD support for AIRBOTF4SD
Expand Down
2 changes: 2 additions & 0 deletions src/main/target/REVO/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ TARGET_SRC = \
drivers/accgyro/accgyro_mpu6500.c \
drivers/accgyro/accgyro_spi_mpu6500.c \
drivers/barometer/barometer_ms5611.c \
drivers/barometer/barometer_bmp085.c \
drivers/barometer/barometer_bmp280.c \
drivers/compass/compass_hmc5883l.c

0 comments on commit 97353b6

Please sign in to comment.