parent
f3920743aa
commit
bb8d3d29bf
@ -0,0 +1,9 @@ |
||||
#!/bin/env python3 |
||||
import time |
||||
|
||||
import gex |
||||
|
||||
with gex.Client(gex.TrxRawUSB()) as client: |
||||
time.sleep(3) |
||||
print("End") |
||||
|
Loading…
Reference in new issue