Skip to content

3.0.0 - Change error raised by base class, linting update

Compare
Choose a tag to compare
@tekktrik tekktrik released this 12 Oct 02:07
· 19 commits to main since this release
83dbd5a

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.