mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Reorder client src directories
This commit is contained in:
parent
94192d0976
commit
81bc0bc2b9
387 changed files with 73 additions and 106 deletions
14
client/src/cmdlfio.h
Normal file
14
client/src/cmdlfio.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Low frequency Kantech IOProx commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef CMDLFIO_H__
|
||||
#define CMDLFIO_H__
|
||||
|
||||
#include "common.h"
|
||||
|
||||
int CmdLFIO(const char *Cmd);
|
||||
|
||||
int demodIOProx(void);
|
||||
int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue