diff --git a/README.md b/README.md index 0b70b25..cc2e35b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -#Adafruit Unified BMP085 Driver (Barometric Pressure Sensor) # +#Adafruit Unified BMP085/BMP180 Driver (Barometric Pressure Sensor) # -This driver is for the Adafruit BMP085 Breakout (http://www.adafruit.com/products/391), and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor). +This driver is for the Adafruit BMP085 Breakout (http://www.adafruit.com/products/391) or BMP180 breakout (http://www.adafruit.com/products/1603), and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor). -## About the BMP085 ## +## About the BMP085 / BMP180 ## This precision sensor from Bosch is the best low-cost sensing solution for measuring barometric pressure and temperature. Because pressure changes with altitude you can also use it as an altimeter! @@ -24,4 +24,4 @@ Light sensors will always report units in lux, gyroscopes will always report uni Adafruit invests time and resources providing this open source code. Please support Adafruit and open-source hardware by purchasing products from Adafruit! -Written by Kevin (KTOWN) Townsend for Adafruit Industries. \ No newline at end of file +Written by Kevin (KTOWN) Townsend for Adafruit Industries.