m-rtijn / bmp180

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%