mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Better SWIG integration: autogen func & attributes
This commit is contained in:
parent
756b624668
commit
538ee4dabb
12 changed files with 887 additions and 1037 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
local pm3 = require("pm3")
|
||||
p=pm3.device("/dev/ttyACM0")
|
||||
--p.console("hw status") ??
|
||||
p.console(p, "hw status")
|
||||
p:console("hw status")
|
||||
print(p.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue