adafruit / Adafruit_CircuitPython_HID

USB Human Interface Device drivers.
MIT License
365 stars 106 forks source link

Gamepad support, with examples. #19

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

Sorry for the excessive PR's on this. I hadn't updated the code on my desktop from the laptop code from the last week.