Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Releases: adafruit/Adafruit_CircuitPython_LSM303

I2C Update

23 Aug 21:27
bcce428

Choose a tag to compare

  • Update for removal of stop kwarg. (more info)

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

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

Read the docs for info on how to use it.

Updated Examples

11 May 17:43
63ef37e

Choose a tag to compare

Example names are now Adabot approved. Thanks @dherrada!

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

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

Read the docs for info on how to use it.

Update to README.

15 Jan 00:33
7020ac2

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Removed erroneous 4 bit shift.

12 Nov 20:20
66c17e3

Choose a tag to compare

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

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

Read the docs for info on how to use it.

Magnetic XYZ fix.

12 Oct 19:21
2a299cb

Choose a tag to compare

  • Fixed XYZ order for magnetic and raw_magnetic.

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

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

Read the docs for info on how to use it.

Now on PyPi!

06 Aug 20:44
132a6d4

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-lsm303.

Read the docs for info on how to use it.

Updated method names to follow design guide.

02 Mar 00:18
c4ced65

Choose a tag to compare

Updated method names to follow CircuitPython convention. Examples have been updated to reflect changes.

Sphinx update.

21 Feb 23:03
388b287

Choose a tag to compare

Thanks to @brentru for the great work!

Initial release (w/correct travis)

24 Jan 01:43

Choose a tag to compare

1.0.1

fix repo token

Initial release

24 Jan 01:41

Choose a tag to compare

1.0.0

lint examples