Releases: adafruit/Adafruit_CircuitPython_BME680
3.7.2 Cleanup and Feedback From #61
This release contains some general cleanup and feedback from #61.
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.
3.7.1 - Fix RTD Theme Issue
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.
3.7.0 - Allow Disabling Gas Heater
This release allows you to disable the gas heater by passing None
for either argument of set_gas_heater()
. Thank you @graeme-winter.
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.
3.6.0 Fix Gas Resistence Value
This release contains a fix for the calculation of the gas resistence value. Thank you @patcher-ms.
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.
3.5.0 - Set Gas Heater
This release adds functionality to set gas heater. Thank you @garberw.
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.
3.4.13 - Updated .pylintrc, fixed jQuery
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.
3.4.12 - Updated pyproject.toml
Update pyproject.toml
to include the ability optional dependencies. Note that these are not currently used, but are intended to keep this libraries aligned with others in the Adafruit CircuitPython Bundle. Thanks @tekktrik!
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.
3.4.11 - Added commented out board.STEMMA_I2C with explanation
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.
3.4.10 - Made copyright stay up to date in docs/conf.py
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.
3.4.9 - Fixed version string
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.