Tap detection is now configurable using `cpx.detect_taps` to determine whether to look for single or double-taps.
Improved documentation with examples for using `detect_taps` and `tapped`.
Designed to work with CircuitPython 2.2 or newer (currently available as 2.2rc1). This library will work with older versions of CircuitPython, although some functionality will not be available.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases) or the zip from here that matches the version of CircuitPython you are using.
Read the [docs](https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/adafruit_circuitplayground/index.html) for info and examples.