Skip to content

Releases: adafruit/Adafruit_CircuitPython_MPR121

Update to lib and example

12 Nov 21:57
29716cb
Compare
Choose a tag to compare

Updated example to match lib recent update.

Updated _write_register_byte for I2C usage.

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

To use in CPython, pip3 install adafruit-circuitpython-mpr121.

Read the docs for info on how to use it.

Add per channel property style access

22 Sep 14:44
07ffe38
Compare
Choose a tag to compare
  • Current state of individual pins can be accessed using array index and properties value and raw_value, ex: mpr121[0].value.
  • Adds .touched_pins() to get current state of all pins with one call.

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

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

Read the docs for info on how to use it.

Now works on Raspberry Pi/Linux!

21 Aug 00:49
6db4a83
Compare
Choose a tag to compare
  • Updated i2c to use write_then_readinto for repeated start support

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

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

Read the docs for info on how to use it.

Now on PyPi!

07 Aug 00:38
ddf3b79
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-mpr121.

Read the docs for info on how to use it.

More doc refinement

01 May 18:37
2e5b8d4
Compare
Choose a tag to compare

Thanks to @sommersoft for the documentation refinement.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Update to travis.yaml

16 Dec 23:09
4b6992e
Compare
Choose a tag to compare

Updated to fix issue with pip install info.

Updated with lint and autobundling!

16 Dec 21:39
7350d0e
Compare
Choose a tag to compare

Library updated with lint.

Thanks to @tannewt for the great work!

Change I2CDevice method read_into to readinto

17 Nov 19:45
Compare
Choose a tag to compare

Changes made to follow changes in Adafruit_Circuitpyton_BusDevice.I2CDevice

New I2CDevice API

11 Apr 22:04
Compare
Choose a tag to compare

Fix for new I2CDevice API. Make sure your CircuitPython and libraries are up to date!

Release for CircuitPython 0.9.4

11 Apr 01:00
Compare
Choose a tag to compare

This requires CircuitPython 0.9.4+!

  • Switch examples to nativeio split APIs busio and pulseio.