Skip to content

Releases: adafruit/Adafruit_CircuitPython_LSM9DS0

2.2.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:22
08a2f19
Compare
Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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

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

Read the docs for info on how to use it.

2.1.3 - Changed CI from Travis to GitHub Actions

23 Jan 02:15
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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

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

Read the docs for info on how to use it.

Updated with version info

24 Sep 18:28
32e8ce6
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-lsm9ds0.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 02:27
0122361
Compare
Choose a tag to compare

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

To use in CPython, pip install adafruit-circuitpython-lsm9ds0.

Read the docs for info on how to use it.

Fixed SPI support

29 Nov 22:51
78471b1
Compare
Choose a tag to compare

SPI now works. Example updated to include commented out SPI setup.

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

To use in CPython, pip install adafruit-circuitpython-lsm9ds0.

Read the docs for info on how to use it.

Updated to match design guidelines.

18 Sep 21:21
11a7497
Compare
Choose a tag to compare

Changes API! Updated property names to match CircuitPython design guidelines.

Also fixed bug in the gyro property.

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

To use in CPython, pip install adafruit-circuitpython-lsm9ds0.

Read the docs for info on how to use it.

Now on PyPi!

06 Aug 20:46
1164b4d
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

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

To use in CPython, pip install adafruit-circuitpython-lsm9ds0.

Read the docs for info on how to use it.

Sphinx update.

22 Feb 02:29
50684f4
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Updated with lint and autobundling!

22 Dec 04:22
ff99130
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!