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 0c4d782 commit f9878daCopy full SHA for f9878da
owi_maplin_usb_arm/__init__.py
@@ -73,7 +73,7 @@ def __init__(self):
73
74
def tell(self, msg):
75
"""Send a USB messaqe to the arm"""
76
- bmRequestType = 0x40
+ bmRequestType = usb.TYPE_VENDOR
77
bRequest = 6
78
wValue = 0x100
79
wIndex = 0
0 commit comments