Releases: adafruit/Adafruit_CircuitPython_LIS3DH
5.0.2 - Changed CI from Travis to GitHub Actions
This release includes:
- 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-lis3dh
.
Read the docs for info on how to use it.
fix adc read
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lis3dh
.
Read the docs for info on how to use it.
5.0.0
Removes support for CircuitPython <4.0.0 by dropping ustruct and ucollections support.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lis3dh
.
Read the docs for info on how to use it.
Updated Examples
Updated Examples are Adabot approved. Thanks @dherrada
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lis3dh
.
Read the docs for info on how to use it.
Update Travis Badge In Readme
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lis3dh
.
Read the docs for info on how to use it.
Update examples.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lis3dh
.
Read the docs for info on how to use it.
Fix requirements/dependencies to include busdevice
Also a mini pylint fix. Thanks to @oexal for spotting!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-lis3dh
.
Read the docs for info on how to use it.
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-lis3dh
.
Read the docs for info on how to use it.
shrink size
Made code changes to shrink the size of the library by about 400 bytes. No functionality changed.
Updated to work with 3.0!
Updated to check for collections before importing ucollections.
Thanks to @jerryneedell for testing!