Skip to content

Releases: adafruit/Adafruit_CircuitPython_BME280

2.6.6 - Added example code to docs and added installation instructions

14 Jun 19:27
eb99223
Compare
Choose a tag to compare

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

07 Jun 20:15
Compare
Choose a tag to compare

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

21 May 16:44
0ac2407
Compare
Choose a tag to compare

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

19 May 16:12
b490021
Compare
Choose a tag to compare

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

04 May 17:48
922e58c
Compare
Choose a tag to compare

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

14 Apr 21:25
da8d5ed
Compare
Choose a tag to compare

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

07 Apr 13:50
01e6b9b
Compare
Choose a tag to compare

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

02 Mar 23:55
Compare
Choose a tag to compare

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

10 Feb 22:30
Compare
Choose a tag to compare

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

20 Jan 23:04
c12af54
Compare
Choose a tag to compare

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.