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
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
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