mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-24 16:55:18 +00:00
SWIG %extend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env lua
|
||||
|
||||
local pm3 = require("pm3")
|
||||
p=pm3.open("/dev/ttyACM0")
|
||||
pm3.console(p, "hw status")
|
||||
pm3.close(p)
|
||||
p=pm3.device("/dev/ttyACM0")
|
||||
--p.console("hw status") ??
|
||||
p.console(p, "hw status")
|
||||
|
||||
Reference in New Issue
Block a user