* 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](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-mpr121`.
Read the [docs](http://circuitpython.readthedocs.io/projects/mpr121/en/latest/) for info on how to use it.