Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 949 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 949 Bytes

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