mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-30 21:15:41 +00:00
SWIG experiments
This commit is contained in:
4
client/lib/example_lua/test.lua
Executable file
4
client/lib/example_lua/test.lua
Executable file
@@ -0,0 +1,4 @@
|
||||
local pm3 = require("pm3")
|
||||
p=pm3.open("/dev/ttyACM0")
|
||||
pm3.console(p, "hw status")
|
||||
pm3.close(p)
|
||||
Reference in New Issue
Block a user