Skip to content

Releases: adafruit/Adafruit_CircuitPython_LSM9DS1

2.1.13 - Repo documentation and config updates

07 Jun 16:55
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.12 - Updated documentation link, python version

04 Feb 21:02
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.11 - Removed obsolete reference to ustruct

29 Dec 21:19
f97ee1a
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.10 - Updated pylint version, linted

15 Nov 18:56
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.9 - Fixed units

10 May 19:10
72de328
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.8 - Improved documentation

29 Apr 17:22
23070d5
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.7 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:49
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.6 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:17
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.5 - Moved to pre-commit, added licensing info

22 Jan 20:08
b79a227
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.

2.1.4 - Fixed SPI magnetometer reads

28 Dec 19:01
4be562b
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-lsm9ds1.

Read the docs for info on how to use it.