mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
Split data askgproxiidemod to own file
added lf gproxii read (from antenna) fixed a few copy paste issues in the comments of some lf files
This commit is contained in:
parent
28598e80c0
commit
946a84c35b
13 changed files with 138 additions and 75 deletions
14
client/cmdlfgproxii.h
Normal file
14
client/cmdlfgproxii.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// 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 G Prox II tag commands
|
||||
//-----------------------------------------------------------------------------
|
||||
#ifndef CMDLFGPROXII_H__
|
||||
#define CMDLFGPROXII_H__
|
||||
extern int CmdLF_G_Prox_II(const char *Cmd);
|
||||
extern int CmdG_Prox_II_Demod(const char *Cmd);
|
||||
extern int CmdG_Prox_II_Read(const char *Cmd);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue