Skip to content

Releases: adafruit/Adafruit_CircuitPython_ADXL34x

1.10.4 - ADXL345 support in examples, changed CI from Travis to GitHub Actions

22 Jan 01:47
Compare
Choose a tag to compare

This release includes:

  • Lines initializing ADXL345 have been added to all examples.
  • 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-adxl34x.

Read the docs for info on how to use it.

Delete unused _config_{iterrupt/interrupt}_register method

16 Sep 22:16
f183c6d
Compare
Choose a tag to compare

Thanks to @hartzell for the update!

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

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

Read the docs for info on how to use it.

Added ADXL343 Stub

06 May 21:10
9483e5d
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Fixed support for Linux/RPi

14 Jan 23:10
487ee5b
Compare
Choose a tag to compare

This release fixes an incompatibility between unpack's behavior on Linux and CircuitPython that was causing the range and data_rate attribute setters to not work correctly.
(this is a re-release, formerly known as 1.1.1)

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

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

Read the docs for info on how to use it.

More motion properties

23 Dec 20:44
4b03e0c
Compare
Choose a tag to compare
  • Thanks to @siddacious for adding properties like tapped and more !

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

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

Read the docs for info on how to use it.

Initial release and now on PyPi!

25 Oct 17:27
3eabad6
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-adxl34x.

Read the docs for info on how to use it.