Releases: adafruit/Adafruit_CircuitPython_LPS2X
3.0.9 - Displayio Example & URL Typo Fix
What's Changed
- Fix typo in adafruit_lps2x.py by @ncguk in #18
- adding_displayio_example by @jposada202020 in #17
New Contributors
Full Changelog: 3.0.8...3.0.9
3.0.8 - Fix For Sphinx RTD Theme
Full Changelog: 3.0.7...3.0.8
3.0.7 - Fixed missing documentation
Updated the docstrings to add a missing Rate value. Thanks @aalhard!
Changes: 3.0.6...3.0.7
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-lps2x
.
Read the docs for info on how to use it.
3.0.6 - Fix RTD Docs Build and Unpin Sphinx
Changes: 3.0.5...3.0.6
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-lps2x
.
Read the docs for info on how to use it.
3.0.5 - Fix Typos in Rate Constants
This release fixes typo in Rate constant names. Thank you @xrstf.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-lps2x
.
Read the docs for info on how to use it.
3.0.4 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-lps2x
.
Read the docs for info on how to use it.
3.0.3 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-LPS2X
.
Read the docs for info on how to use it.
3.0.2 - Updated pre-commit hooks
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-lps2x
.
Read the docs for info on how to use it.
3.0.1 - Added commented out board.STEMMA_I2C with explanation
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-lps2x
.
Read the docs for info on how to use it.
3.0.0 - Change error raised by base class, linting update
Library now raises NotImplementedError
instead of RuntimeError
when attempting the ABC-like LPS2X class. While this is API-breaking, typical usage of this library should not be affected.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-lps2x
.
Read the docs for info on how to use it.