Skip to content

Releases: adafruit/Adafruit_CircuitPython_MPL3115A2

I2C Update

23 Aug 18:59
d3db936
Compare
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-mpl3115a2.

Read the docs for info on how to use it.

Repeated start for linux

20 Jun 17:42
d821033
Compare
Choose a tag to compare
  • 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

10 May 03:59
3bdb410
Compare
Choose a tag to compare

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

15 Jan 02:27
b7d0097
Compare
Choose a tag to compare

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

12 Nov 17:21
Compare
Choose a tag to compare

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!

06 Aug 21:35
d817e57
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-mpl3115a2.

Read the docs for info on how to use it.

Allow either ustruct/struct

22 Feb 19:11
59d9ff5
Compare
Choose a tag to compare

Thanks to @siddicious for the fix!

One more test build.

16 Feb 01:14
08c32be
Compare
Choose a tag to compare

Fixes the release directory in a different way.

Same as 1.0.0

16 Feb 01:03
a11390f
Compare
Choose a tag to compare

Except Travis will not change directories permanently

Initial release

15 Feb 23:46
Compare
Choose a tag to compare

Initial release for MPY generation.