proxmark3/client/client_with_swig/testembedded.lua
Philippe Teuwen 47ba4acd02 SWIG %extend
2020-06-14 21:35:23 +02:00

4 lines
96 B
Lua
Executable file

local pm3 = require("pm3")
p=pm3.device()
--p.console("hw status") ??
p.console(p, "hw status")