mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-07 13:31:35 -07:00
SWIG experiments
This commit is contained in:
parent
62ce1cdf13
commit
a503dfcd98
34 changed files with 8106 additions and 15 deletions
7
client/lib/example_py/test.py
Executable file
7
client/lib/example_py/test.py
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import pm3
|
||||
|
||||
p=pm3.open("/dev/ttyACM0")
|
||||
pm3.console(p, "hw status")
|
||||
pm3.close(p)
|
Loading…
Add table
Add a link
Reference in a new issue