mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 01:35:51 +08:00
cf4640b973
out of cmddata.c / data cmds see changelog.md for cli changes as options have changed!
11 lines
286 B
C
11 lines
286 B
C
// Low frequency Kantech commands
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef CMDLFIO_H__
|
|
#define CMDLFIO_H__
|
|
|
|
extern int CmdLFIO(const char *Cmd);
|
|
extern int CmdFSKdemodIO(const char *Cmd);
|
|
extern int CmdIOReadFSK(const char *Cmd);
|
|
|
|
#endif
|