]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfio.h
FIX: "abort trap 6" error when runing the tnp3sim.lua script was because the CMD_MIF...
[proxmark3-svn] / client / cmdlfio.h
CommitLineData
94faa594 1// Low frequency Kantech commands
c8622024 2//-----------------------------------------------------------------------------
3
4#ifndef CMDLFIO_H__
5#define CMDLFIO_H__
6
7int CmdLFIO(const char *Cmd);
8
9int CmdIODemodFSK(const char *Cmd);
10
94faa594 11#endif
Impressum, Datenschutz