Add support for the BMP085/BMP180 sensor

This commit is contained in:
2021-01-15 10:39:34 +01:00
parent 4c58cacc21
commit 39d3d1e66d
2 changed files with 67 additions and 8 deletions

View File

@@ -64,3 +64,10 @@
// and SCL pins using the I2C_SDA_PIN and I2C_SCL_PIN defines above.
#undef HAVE_BH1750
//#define HAVE_BH1750
// If you have a BMP180 or BMP085 pressure + temperature sensor, remove this
// #undef line and uncomment the #define HAVE_BMP180 line. You will also have
// to set the SDA and SCL pins using the I2C_SDA_PIN and I2C_SCL_PIN defines
// above.
#undef HAVE_BMP180
// #define HAVE_BMP180