repo.or.cz
/
legacy-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed issue #94, so lua-script 'mifare_autopwn' reacts correctly to card that are...
[legacy-proxmark3.git]
/
client
/
cmdlfio.h
blob
1b7daa0fd1f348eeed3d8f87cd1a204dead0200d
1
// Low frequency Kantech commands
2
//-----------------------------------------------------------------------------
3
4
#ifndef CMDLFIO_H__
5
#define CMDLFIO_H__
6
7
int
CmdLFIO
(
const char
*
Cmd
);
8
9
int
CmdIODemodFSK
(
const char
*
Cmd
);
10
11
#endif