Releases: adafruit/Adafruit_CircuitPython_MPL3115A2
I2C Update
- 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-mpl3115a2
.
Read the docs for info on how to use it.
Repeated start for linux
- Update to I2C calls for repeated start on Linux
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mpl3115a2
.
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-mpl3115a2
.
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-mpl3115a2
.
Read the docs for info on how to use it.
Update to .pylintrc
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mpl3115a2
.
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-mpl3115a2
.
Read the docs for info on how to use it.
Allow either ustruct/struct
Thanks to @siddicious for the fix!
One more test build.
Fixes the release directory in a different way.
Same as 1.0.0
Except Travis will not change directories permanently
Initial release
Initial release for MPY generation.