Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Ondřej Hruška | bb8d3d29bf | 7 years ago |
@ -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