mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-07 13:31:35 -07:00
SWIG %extend
This commit is contained in:
parent
21841cb9d9
commit
47ba4acd02
15 changed files with 790 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import pm3
|
||||
p=pm3.open("/dev/ttyACM0")
|
||||
pm3.console(p, "hw status")
|
||||
pm3.close(p)
|
||||
p=pm3.device("/dev/ttyACM0")
|
||||
p.console("hw status")
|
||||
print("Device:", p.get_name())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue