Skip to content

Releases: adafruit/Adafruit_CircuitPython_BME280

Remove Frozenset

17 Jun 17:27
53e0930
Compare
Choose a tag to compare
  • 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.

Class attributes added to allow more control over the sensor

13 Mar 05:48
febcd51
Compare
Choose a tag to compare

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.

Update Travis Badge In Readme

16 Jan 02:19
a18166d
Compare
Choose a tag to compare

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.

Fix the value of dig_H5

03 Dec 22:04
80fedb7
Compare
Choose a tag to compare

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.

Remove dew point, update README

12 Nov 20:34
2ce3755
Compare
Choose a tag to compare

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.

Added dew point calculation

13 Aug 16:26
ac1bc89
Compare
Choose a tag to compare

Added dew point calculation using the Magnus forumla.

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.

Minor fixes

02 Aug 18:02
afcde67
Compare
Choose a tag to compare
  • Updated to use specific version of pylint
  • Updated .travis.yml

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.

Release for PyPI inclusion

30 Jun 02:27
Compare
Choose a tag to compare

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

Read the docs for info on how to use it.

Improved reference documentation.

23 Feb 23:52
3219f5c
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

2.0 Release for CircuitPython 2.x

09 Nov 22:41
0cbe700
Compare
Choose a tag to compare

2.0 Release with binaries for CircuitPython 2.x (note this might not work with CircuitPython 3.0+!).