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