parthi-g / Adafruit_Python_BMP

Python library for accessing the BMP series pressure and temperature sensor BMP280 on a BeagleBone Green

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adafruit Python BMP

Adafruit Python BMP Example modified to work with BeagleBone Green I2C Grove Connector.

# Based on  - https://github.com/bastienwirtz/Adafruit_Python_BMP

Python library for accessing the BMP series pressure and temperature sensor BMP280 on Beaglebone Green I2C Grove Connector.

To install, download the library by clicking the download zip link to the right and unzip the archive somewhere on your Beaglebone Green. Then execute the following command in the directory of the library:

sudo python setup.py install

Make sure you have internet access on the device so it can download the required dependencies.

See examples of usage in the examples folder.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Tony DiCola for Adafruit Industries. MIT license, all text above must be included in any redistribution

About

Python library for accessing the BMP series pressure and temperature sensor BMP280 on a BeagleBone Green

License:MIT License


Languages

Language:Python 100.0%