Skip to content

Releases: adafruit/Adafruit_CircuitPython_BMP280

Adopted improvements from BME280 library

03 May 02:18
bccab54
Compare
Choose a tag to compare

Adopted some of the improvements from the BME280 library. Thanks @jraber.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 00:05
82792ef
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Update README with PyPI instructions

12 Nov 20:36
54a8559
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bmp280.

Read the docs for info on how to use it.

Fixes.

25 Oct 17:00
3d86853
Compare
Choose a tag to compare

Fixes requirements.txt and sets the pylint version to 1.9.2.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

To install from PyPI on a Linux system, use:

sudo pip3 install adafruit-circuitpython-bmp280

3.0.7: Tweak .travis.yml GitHub release

02 Aug 20:11
Compare
Choose a tag to compare
To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Addafruit_CircuitPython_Bundle).

Read the [docs](https://circuitpython.readthedocs.io/projects/bmp280/en/latest/) for info on how to use it.

To install from PyPI on a Linux system, use:

```sh
sudo pip3 install adafruit-circuitpython-bmp280
```

Fix exceptional exception

05 Mar 23:05
8a4b6dd
Compare
Choose a tag to compare
  • Fix crash when raising chip id error. Thanks to @dhalbert !

To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Improved reference documentation.

25 Feb 01:01
522374d
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Fix Travis YML typo

09 Dec 19:00
Compare
Choose a tag to compare

Re-bundling so we use the right travis tools

Updated with lint and autobundling!

09 Dec 18:32
66bcec9
Compare
Choose a tag to compare

@tannewt linted and updated travis for auto-genning mpy + bundling

note updated seaLevelhPa member variable to sea_level_pressure - check examples for new demo!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.

2.0 Release for CircuitPython 2.x

09 Nov 22:40
fa89422
Compare
Choose a tag to compare

2.0 Release with binaries for CircuitPython 2.x (note this might not work with CircuitPython 3.0+!).