You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/Adafruit_BMP085/README.txt
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
This is a library for the Adafruit BMP085 Barometric Pressure + Temp sensor
1
+
This is a library for the Adafruit BMP085/BMP180 Barometric Pressure + Temp sensor
2
2
3
-
Designed specifically to work with the Adafruit BMP085 Breakout
4
-
----> https://www.adafruit.com/products/391
3
+
Designed specifically to work with the Adafruit BMP085 or BMP180 Breakout
4
+
----> http://www.adafruit.com/products/391
5
+
----> http://www.adafruit.com/products/1603
5
6
6
7
These displays use I2C to communicate, 2 pins are required to interface
7
8
Adafruit invests time and resources providing this open source code,
@@ -17,6 +18,11 @@ products from Adafruit!
17
18
Written by Limor Fried/Ladyada for Adafruit Industries.
18
19
BSD license, all text above must be included in any redistribution
19
20
20
-
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_BMP085. Check that the Adafruit_BMP085 folder contains Adafruit_BMP085.cpp and Adafruit_BMP085.h
21
+
To download. click the DOWNLOAD ZIP button, rename the uncompressed folder Adafruit_BMP085.
22
+
Check that the Adafruit_BMP085 folder contains Adafruit_BMP085.cpp and Adafruit_BMP085.h
21
23
22
-
Place the Adafruit_BMP085 library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.
24
+
Place the Adafruit_BMP085 library folder your arduinosketchfolder/libraries/ folder.
25
+
You may need to create the libraries subfolder if its your first library. Restart the IDE.
26
+
27
+
We also have a great tutorial on Arduino library installation at:
0 commit comments