proxmark3/client/cmdlfio.h

15 lines
322 B
C
Raw Normal View History

// Low frequency Kantech IOProx commands
//-----------------------------------------------------------------------------
#ifndef CMDLFIO_H__
#define CMDLFIO_H__
#include "common.h"
2019-04-06 06:38:22 +08:00
int CmdLFIO(const char *Cmd);
int demodIOProx(void);
int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits);
2014-03-21 15:51:51 +08:00
#endif