mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
SWIG experiments
This commit is contained in:
parent
62ce1cdf13
commit
a503dfcd98
34 changed files with 8106 additions and 15 deletions
8
client/lib/example_c/test.c
Normal file
8
client/lib/example_c/test.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "pm3.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
pm3_device *p;
|
||||
p = pm3_open("/dev/ttyACM0");
|
||||
pm3_console(p, "hw status");
|
||||
pm3_close(p);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue