Skip to content

Releases: adafruit/Adafruit_CircuitPython_BME680

3.1.2 - Bug fix, Changed CI from Travis to GitHub Actions

17 Jan 02:23
Compare
Choose a tag to compare

This release includes:

  • A bug fix
  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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

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

Read the docs for info on how to use it.

Updated with version info

24 Sep 18:13
da222c0
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Added SPI Implementation

14 Mar 02:47
f1b9e6c
Compare
Choose a tag to compare

Added SPI Implementation to the BME680. Thanks @jraber

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

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

Read the docs for info on how to use it.

Update to README.

15 Jan 00:17
8b11e10
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:45
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Update to byte array unpacking.

12 Aug 22:00
Compare
Choose a tag to compare

Updated to be exact about byte array unpacking for CPython compatibility.

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

To use in CPython, pip install adafruit-circuitpython-bme680.

Read the docs for info on how to use it.

Minor fixes

02 Aug 20:59
3560378
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-bme680.

Read the docs for info on how to use it.

Release for PyPI

01 Jul 21:50
Compare
Choose a tag to compare

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

To use in CPython, `pip install adafruit-circuitpython-bme680.

Read the docs for info on how to use it.

Now faster!

01 Apr 17:13
d2689d0
Compare
Choose a tag to compare

@tannewt fixed temperature reading and sped up the read times.

Check out the library documentation on ReadTheDocs.

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

Improved reference documentation.

05 Mar 21:52
271f99f
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!