mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-07 21:41:33 -07:00
swig pm3_device -> pm3
This commit is contained in:
parent
d59630183e
commit
05ba6a73f8
11 changed files with 164 additions and 164 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import pm3
|
||||
p=pm3.device("/dev/ttyACM0")
|
||||
p=pm3.pm3("/dev/ttyACM0")
|
||||
p.console("hw status")
|
||||
print("Device:", p.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue