An open API service indexing awesome lists of open source software.

https://github.com/m-rtijn/bmp180

A Python module to handle the I2C communication between a Raspberry Pi and a BMP180
https://github.com/m-rtijn/bmp180

python python-library raspberry-pi raspberry-pi-gpio raspberry-pi-library raspberrypi

Last synced: 3 months ago
JSON representation

A Python module to handle the I2C communication between a Raspberry Pi and a BMP180

Awesome Lists containing this project

README

          

bmp180
======

A Python module for accessing the BMP-180 digital temperature and pressure sensor

Usage
-----

For examples and information on how to use this module, please refer to the included
examples and the comments in the source code.

Dependencies
------------

* smbus-cffi

You can either install smbus-cffi using pip or install the python-smbus package using apt.

Installation
------------

Clone the repository and run setup.py
::

git clone https://github.com/Tijndagamer/bmp180.git
python setup.py install