1
0
mirror of https://github.com/cmur2/miflorad.git synced 2026-04-02 16:18:34 +02:00
This commit is contained in:
cn
2018-12-07 09:19:58 +01:00
parent 6bd43f6414
commit 70e02ae11d
4 changed files with 188 additions and 87 deletions

7
reset.py Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/python
# Note: pip install pyusb
from usb.core import find as finddev
dev = finddev(idVendor=0x8087, idProduct=0x0a2b)
dev.reset()