Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Commit af8092f

Browse files
committed
Update README.md
1 parent 64872bd commit af8092f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
Adafruit_Python_BMP
1+
Adafruit Python BMP
22
===================
33

44
Python library for accessing the BMP series pressure and temperature sensors like the BMP085/BMP180 on a Raspberry Pi or Beaglebone Black.
5+
6+
Designed specifically to work with the Adafruit Nokia 5110/3310 LCD ----> https://www.adafruit.com/products/1603
7+
8+
To install, download the library by clicking the download zip link to the right and unzip the archive somewhere on your Raspberry Pi or Beaglebone Black. Then execute the following command in the directory of the library:
9+
10+
````
11+
sudo python setup.py install
12+
````
13+
14+
Make sure you have internet access on the device so it can download the required dependencies.
15+
16+
See examples of usage in the examples folder.
17+
18+
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
19+
20+
Written by Tony DiCola for Adafruit Industries.
21+
MIT license, all text above must be included in any redistribution

0 commit comments

Comments
 (0)