Add support for bmp085/bmp180 temperature/pressure sensor

This commit is contained in:
Wesley Ellis 2025-10-22 16:17:06 -04:00
parent f27e8ba6b2
commit ac15131296
3 changed files with 32 additions and 0 deletions

View file

@ -128,6 +128,7 @@ build_flags =
-D ENV_INCLUDE_MLX90614=1
-D ENV_INCLUDE_VL53L0X=1
-D ENV_INCLUDE_BME680=1
-D ENV_INCLUDE_BMP085=1
lib_deps =
adafruit/Adafruit INA3221 Library @ ^1.0.1
adafruit/Adafruit INA219 @ ^1.2.3
@ -143,3 +144,4 @@ lib_deps =
adafruit/Adafruit_VL53L0X @ ^1.2.4
stevemarple/MicroNMEA @ ^2.0.6
adafruit/Adafruit BME680 Library @ ^2.0.4
adafruit/Adafruit BMP085 Library @ ^1.2.4