Skip to content

Releases: adafruit/Adafruit_CircuitPython_LPS2X

3.0.9 - Displayio Example & URL Typo Fix

07 Jan 14:00
98e451a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ncguk made their first contribution in #18

Full Changelog: 3.0.8...3.0.9

3.0.8 - Fix For Sphinx RTD Theme

07 Oct 22:05
Compare
Choose a tag to compare

3.0.7 - Fixed missing documentation

04 Jan 14:44
7b79437
Compare
Choose a tag to compare

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

09 Dec 17:23
Compare
Choose a tag to compare

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

13 Nov 23:00
f28e957
Compare
Choose a tag to compare

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

25 Sep 15:42
Compare
Choose a tag to compare

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

26 May 16:10
Compare
Choose a tag to compare

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

16 May 17:58
Compare
Choose a tag to compare

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

28 Nov 18:10
c34b8a1
Compare
Choose a tag to compare

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

12 Oct 02:07
83dbd5a
Compare
Choose a tag to compare

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.