mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -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,8 +1,8 @@
|
|||
#include "pm3.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
pm3_device *p;
|
||||
pm3 *p;
|
||||
p = pm3_open("/dev/ttyACM0");
|
||||
pm3_device_console(p, "hw status");
|
||||
pm3_device_close(p);
|
||||
pm3_console(p, "hw status");
|
||||
pm3_close(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue