Skip to content
/ bmp180 Public
forked from m-rtijn/bmp180

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

License

Notifications You must be signed in to change notification settings

lipoja/bmp180

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%