From 6ee8e93b0e88668c674e89b249ccf742e3f44c48 Mon Sep 17 00:00:00 2001 From: KTOWN Date: Fri, 29 Nov 2013 22:10:36 +0100 Subject: [PATCH] Added BMP180 to header --- Adafruit_BMP085_U.cpp | 6 ++++-- Adafruit_BMP085_U.h | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) 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.