We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9a60b commit 39daae4Copy full SHA for 39daae4
adafruit_hid/consumer_control.py
@@ -32,6 +32,7 @@
32
if sys.implementation[1][0] < 3:
33
raise ImportError('{0} is not supported in CircuitPython 2.x or lower'.format(__name__))
34
35
+# pylint: disable=wrong-import-position
36
import time
37
import usb_hid
38
adafruit_hid/gamepad.py
import struct
0 commit comments