mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 01:03:01 -07:00
split lf indala[cmd] to lf indala [cmd]
see changelog.md for cli changes!
This commit is contained in:
parent
2b4898ec71
commit
0fb65a262b
7 changed files with 365 additions and 294 deletions
18
client/cmdlfindala.h
Normal file
18
client/cmdlfindala.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||
// at your option, any later version. See the LICENSE.txt file for the text of
|
||||
// the license.
|
||||
//-----------------------------------------------------------------------------
|
||||
// Low frequency Indala commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef CMDLFINDALA_H__
|
||||
#define CMDLFINDALA_H__
|
||||
|
||||
extern int CmdLFINDALA(const char *Cmd);
|
||||
extern int CmdIndalaDecode(const char *Cmd);
|
||||
extern int CmdIndalaRead(const char *Cmd);
|
||||
extern int CmdIndalaClone(const char *Cmd);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue