Releases: adafruit/Adafruit_CircuitPython_ADXL34x
Added ADXL343 Stub
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
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
- 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!
- 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.