adafruit / Adafruit_CircuitPython_HID

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

Throw informative errors if ConsumerControl or Gamepad is imported on 2.x #20

Closed dhalbert closed 6 years ago

dhalbert commented 6 years ago

2.x does not support ConsumerControl or Gamepad. Right now trying to use ConsumerControl gives some kind of IOError exception which isn't informative. Do better.

zzsnzmn commented 6 years ago

Going to try and knock this out :)

zzsnzmn commented 6 years ago

Submitted a PR, let me know if I should change the wording or anything :)