adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
373 stars 105 forks source link

Gamepad, with example #18

Closed dhalbert closed 6 years ago

dhalbert commented 6 years ago

Supports Gamepad HID device in CircuitPython 3.0.

x,y, z, rZ controls (-127 to 127), 16 buttons

Also fix some typos in README.rst re ConsumerControlCode.

dhalbert commented 6 years ago

wrong branch