Releases: adafruit/Adafruit_CircuitPython_BME280
2.6.6 - Added example code to docs and added installation instructions
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.6.5 - Memory usage improvements
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.6.4 - CI updates and linting
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
Added Pico Example
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.6.2 - Moved to board.I2C, improved documentation
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.6.1 - Improved documentation
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.6.0 - Do not limit pressure readings
Allow returning pressure readings outside the documented 300hPa - 1100hPa full accuracy range, so that pressure can continue to be read, at reduced accuracy. Thanks @gbaman.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.5.4 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.5.3 - Fixed issue with Black and Pylint versions in the pre-commit config
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.
2.5.2 - Moved to pre-commit, added licensing info
pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.
You can run pre-commit locally with pre-commit run --all-files
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bme280
.
Read the docs for info on how to use it.