diff --git a/Adafruit_BMP085_U.cpp b/Adafruit_BMP085_U.cpp index d08c57f..13633b4 100644 --- a/Adafruit_BMP085_U.cpp +++ b/Adafruit_BMP085_U.cpp @@ -1,8 +1,10 @@ /*************************************************************************** This is a library for the BMP085 pressure sensor - Designed specifically to work with the Adafruit BMP085 Breakout - + Designed specifically to work with the Adafruit BMP085 or BMP180 Breakout + ----> http://www.adafruit.com/products/391 + ----> http://www.adafruit.com/products/1603 + These displays use I2C to communicate, 2 pins are required to interface. Adafruit invests time and resources providing this open source code, diff --git a/Adafruit_BMP085_U.h b/Adafruit_BMP085_U.h index 5480900..67bd007 100644 --- a/Adafruit_BMP085_U.h +++ b/Adafruit_BMP085_U.h @@ -1,7 +1,9 @@ /*************************************************************************** This is a library for the BMP085 pressure sensor - Designed specifically to work with the Adafruit BMP085 Breakout + Designed specifically to work with the Adafruit BMP085 or BMP180 Breakout + ----> http://www.adafruit.com/products/391 + ----> http://www.adafruit.com/products/1603 These displays use I2C to communicate, 2 pins are required to interface.