mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 16:45:09 +08:00
added EM4x50 info function
This commit is contained in:
parent
79b20a35c1
commit
2b1bfc58f9
1 changed files with 18 additions and 0 deletions
18
client/src/cmdlfem4x50.h
Normal file
18
client/src/cmdlfem4x50.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (C) 2020 tharexde
|
||||
//
|
||||
// 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 EM4x50 commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef CMDLFEM4X50_H__
|
||||
#define CMDLFEM4X50_H__
|
||||
|
||||
int usage_lf_em4x50_info(void);
|
||||
|
||||
int CmdEM4x50Info(const char *Cmd);
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue