bmp280-python
bmp280-python copied to clipboard
Python library for the BMP280 temperature, pressure, and altitude sensor.
trafficstars
BMP280 Temperature, Pressure, & Altitude Sensor
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-pythoncd bmp280-python./install.sh --unstable