Releases: adafruit/Adafruit_CircuitPython_BME280
Remove Frozenset
- 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
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
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
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
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
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
- 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
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.
Thanks to @sommersoft for the great work!
2.0 Release for CircuitPython 2.x
2.0 Release with binaries for CircuitPython 2.x (note this might not work with CircuitPython 3.0+!).