Releases: adafruit/Adafruit_CircuitPython_BME680
3.1.2 - Bug fix, Changed CI from Travis to GitHub Actions
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
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
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.
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
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.
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
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
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!
@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.
Thanks to @sommersoft for the great work!