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
- Host: GitHub
- URL: https://github.com/m-rtijn/bmp180
- Owner: m-rtijn
- License: mit
- Created: 2015-03-28T15:27:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T18:52:37.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:51:14.215Z (12 months ago)
- Topics: python, python-library, raspberry-pi, raspberry-pi-gpio, raspberry-pi-library, raspberrypi
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 12
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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