Skip to content

Instantly share code, notes, and snippets.

@JnyJny
Created July 15, 2020 13:50
Show Gist options
  • Save JnyJny/b8e97475ab97db80c5ab513cb96d7532 to your computer and use it in GitHub Desktop.
Save JnyJny/b8e97475ab97db80c5ab513cb96d7532 to your computer and use it in GitHub Desktop.
import hid
d = hid.device()
d.open(0x2c0d, 1)
@JnyJny
Copy link
Author

JnyJny commented Jul 15, 2020

Save this to a file named "debug.py" and from the command-line, issue:

$ python3 debug.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment