This release removes `adafruit_hid.gamepad`. `Gamepad` only worked well on Windows. CircuitPython 7.0.0 will support user-supplied HID report descriptors, so that you can supply a custom `Gamepad` that works for your application and OS.
For now, this release moves `gamepad.py` to `examples/`, so that the old code is available but no longer part of the library. IIn the future, CircuitPython 7.0.0 examples will be written, or a new library will be provided. See 66 for more details.
If you are actively using `gamepad.py` and don't want to change your code, you may want to roll back to an earlier version of this library.
---
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-hid`.
Read the [docs](http://circuitpython.readthedocs.io/projects/hid/en/latest/) for info on how to use it.