0 purchases
bmp280 1.0.0
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-python
cd bmp280-python
./install.sh --unstable
1.0.0
Repackage to hatch/pyproject.toml
0.0.4
Add support for forced-mode on demand i2c
Change altitude formula
Allow manual temperature compensation for altitude
Allow oversampling settings to be configured on __init__
0.0.3
Migrate to i2cdevice>=0.0.6 set/get API
0.0.2
Added get_altitude method
Corrected pressure to hPa
0.0.1
Initial Release
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.