Skip to content

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

License

Notifications You must be signed in to change notification settings

pimoroni/bmp280-python

Repository files navigation

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