bmp180 icon indicating copy to clipboard operation
bmp180 copied to clipboard

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

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