From 1f28f823bb49958e5817c97ef98730871094685d Mon Sep 17 00:00:00 2001 From: ladyada Date: Wed, 27 Nov 2013 17:38:06 -0500 Subject: [PATCH] add bmp180 --- Adafruit_BMP085.cpp | 7 ++++--- Adafruit_BMP085.h | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Adafruit_BMP085.cpp b/Adafruit_BMP085.cpp index ea6879c..99eca06 100644 --- a/Adafruit_BMP085.cpp +++ b/Adafruit_BMP085.cpp @@ -1,8 +1,9 @@ /*************************************************** - This is a library for the BMP085 Barometric Pressure & Temp Sensor + This is a library for the Adafruit BMP085/BMP180 Barometric Pressure + Temp sensor - Designed specifically to work with the Adafruit BMP085 Breakout - ----> https://www.adafruit.com/products/391 + 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 diff --git a/Adafruit_BMP085.h b/Adafruit_BMP085.h index d01eb23..c001b1f 100644 --- a/Adafruit_BMP085.h +++ b/Adafruit_BMP085.h @@ -1,8 +1,9 @@ /*************************************************** - This is a library for the BMP085 Barometric Pressure & Temp Sensor + This is a library for the Adafruit BMP085/BMP180 Barometric Pressure + Temp sensor - Designed specifically to work with the Adafruit BMP085 Breakout - ----> https://www.adafruit.com/products/391 + 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