Skip to content

Releases: adafruit/Adafruit_CircuitPython_LIS3MDL

1.1.1 - Update docs link

02 Apr 17:07
5f2cec4
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.1.0 - Upgrade to latest Pylint, implement Black formatting

17 Mar 23:13
7eac2d7
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-lis3mdl.

Read the docs for info on how to use it.

Added compass example

14 Feb 21:41
594c76d
Compare
Choose a tag to compare

Added compass example. Thanks @FoamyGuy

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

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

Read the docs for info on how to use it.

1.0.2 - Units bugfix

04 Feb 20:52
ac70d83
Compare
Choose a tag to compare

This release includes a fix to output the magnetic readings in the proper microTeslas (uT)

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

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

Read the docs for info on how to use it.

Update to docs link in README

27 Jan 22:17
71a931c
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.0.0 - Initial Release

15 Jan 22:49
Compare
Choose a tag to compare

This release includes

  • magnetic property to take x,y,z readings in milliTeslas
  • properties for performance_mode, operation_mode, data_rate, and range

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

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

Read the docs for info on how to use it.