Adafruit_CircuitPython_BME280

CircuitPython driver for the BME280

MIT License

Downloads
2.9K
Stars
64
Committers
25

Bot releases are hidden (Show)

Adafruit_CircuitPython_BME280 - 2.6.5 - Memory usage improvements

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.6.4 - CI updates and linting

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BME280 - Added Pico Example

Published by makermelissa over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.6.2 - Moved to board.I2C, improved documentation

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.6.1 - Improved documentation

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.6.0 - Do not limit pressure readings

Published by dhalbert over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.5.4 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.5.3 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.5.2 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

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.

Adafruit_CircuitPython_BME280 - 2.5.1 - Updated README and examples to account for change from humidity to relative_humidity

Published by evaherrada almost 4 years ago

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.

Adafruit_CircuitPython_BME280 - 2.5.0 - Added relative humidity property

Published by evaherrada about 4 years ago

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.

Adafruit_CircuitPython_BME280 - 2.4.3 - Fixed discord invite link

Published by evaherrada over 4 years ago

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.

Adafruit_CircuitPython_BME280 - 2.4.2 - Updated README.rst

Published by evaherrada over 4 years ago

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.

Adafruit_CircuitPython_BME280 - 2.4.1 - Added Black check, reran Black with Python 3 target.

Published by evaherrada over 4 years ago

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.

Adafruit_CircuitPython_BME280 - 2.4.0 - Upgrade to latest Pylint, implement Black formatting

Published by evaherrada over 4 years ago

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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.

Adafruit_CircuitPython_BME280 - 2.3.3 - Changed CI from Travis to GitHub Actions

Published by evaherrada almost 5 years ago

This release includes:

  • 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-bme280.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BME280 - Cosmetic fixes.

Published by kattni about 5 years ago

Thanks to @ncguk for the fixes!

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BME280 - Remove Frozenset

Published by caternuson over 5 years ago

  • Removed use of frozenset()
  • Refactor and tweaks to pressure property
  • thanks @barbudor for the updates

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BME280 - Class attributes added to allow more control over the sensor

Published by makermelissa over 5 years ago

Class attributes added to allow more control over the sensor. Thanks @jraber.

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_BME280 - Update Travis Badge In Readme

Published by sommersoft almost 6 years ago

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

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

Read the docs for info on how to use it.

Package Rankings
Top 5.1% on Pypi.org
Related Projects