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](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest).
0.1.1
Add ability to specify the click detection configuration register value (CLICK_CFG) directly in the set_click function. Specify the click_cfg parameter with an 8-bit value and this will be used for the click configuration. This is useful for overriding the click config in special cases like only detecting one axis (vs. all 3 as is the default).
0.1.0
This requires [CircuitPython](https://github.com/adafruit/circuitpython/releases) 0.9.4+!
* Replace `read_accel_g` with `acceleration` attribute that is in m / s ^ 2 instead of Gs. * Switch to new [BusDevice](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice) API. * Switch examples to `nativeio` split APIs.
0.0.2
Small fix for SPI mode multiple byte read. Note this version _requires_ CircuitPython 0.9.0 or higher as it depends on recent SPI write/read API changes.
0.0.1
Manually creating release because Travis CI is apparently down!