Add support for the BMP085/BMP180 sensor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user