proxmark3/client/src/cmdlfio.h
2020-09-28 13:59:03 +02:00

15 lines
330 B
C

// Low frequency Kantech IOProx commands
//-----------------------------------------------------------------------------
#ifndef CMDLFIO_H__
#define CMDLFIO_H__
#include "common.h"
int CmdLFIO(const char *Cmd);
int demodIOProx(bool verbose);
int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits);
#endif