Skip to content

Releases: adafruit/Adafruit_CircuitPython_LSM6DS

4.5.7 - Added commented out board.STEMMA_I2C with explanation

28 Nov 18:10
d689ca7

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.5.6 - Fixed pylint errors

15 Nov 18:47
6db1b1a

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.5.5 - Made copyright stay up to date in docs/conf.py

26 Aug 02:18

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.5.4 - Fixed version string

22 Aug 18:41

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.5.3 - Switched to pyproject.toml

09 Aug 19:34

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.5.2 - Added cp.org link to index.rst

09 Jun 18:18

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.5.1 - Repo documentation and config updates

07 Jun 17:05

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.5.0 - LSM6DS3 Driver Class

02 May 15:11
3d1aab0

Choose a tag to compare

This release adds a driver class for LSM6DS3 device with I2C address 0x6A. Thank you @Edrig

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

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

Read the docs for info on how to use it.

4.4.3 - Reformatted library to match latest black version

04 Apr 17:42

Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.4.2 - Fix temperature implementation

20 Mar 14:41
98653ee

Choose a tag to compare

This release includes a fix to the temperature calculation done by the driver. Thank you @jerryneedell!

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

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

Read the docs for info on how to use it.