pimoroni / bmp280-python

Python library for the BMP280 temperature, pressure, and altitude sensor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMP280 Temperature, Pressure, & Altitude Sensor

Build Status Coverage Status PyPi Package Python Versions

Suitable for measuring ambient temperature, barometric pressure, and altitude, the BMP280 is a basic weather sensor.

Installing

Stable library from PyPi:

  • Just run pip install bmp280

Latest/development library from GitHub:

  • git clone https://github.com/pimoroni/bmp280-python
  • cd bmp280-python
  • ./install.sh --unstable

About

Python library for the BMP280 temperature, pressure, and altitude sensor.

License:MIT License


Languages

Language:Python 49.8%Language:Shell 44.7%Language:Makefile 5.5%