You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
I am new to the whole world of coding. So if this is a stupid question. I apologize for wasting your time.
I have install this after correcting the 'usbarray' type-o, but, even when I run your example.py (which already has my vendor and product code) I get a syntax error.
File "example.py", line 6
relaycontroller=simpleusbrelay(idVendor=16c0, idProduct=05df)
^
SyntaxError: invalid syntax
I am new to the whole world of coding. So if this is a stupid question. I apologize for wasting your time.
I have install this after correcting the 'usbarray' type-o, but, even when I run your example.py (which already has my vendor and product code) I get a syntax error.
File "example.py", line 6
relaycontroller=simpleusbrelay(idVendor=16c0, idProduct=05df)
^
SyntaxError: invalid syntax
It looks fine to me. So I am stumped? Any input.