Initital commit

This commit is contained in:
2023-07-04 19:57:54 +03:00
commit 4d96d3ca60
6 changed files with 300 additions and 0 deletions

5
usb_test.py Normal file
View File

@@ -0,0 +1,5 @@
import usb.core
d = usb.core.find(find_all=1)
print(list(d))