]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhflegic.h
add LEGIC decoder (submitted by Sourcerer, untested by me)
[proxmark3-svn] / client / cmdhflegic.h
1 #ifndef CMDHFLEGIC_H__
2 #define CMDHFLEGIC_H__
3
4 int CmdHFLegic(const char *Cmd);
5
6 int CmdLegicRFRead(const char *Cmd);
7 int CmdLegicDecode(const char *Cmd);
8
9 #endif
Impressum, Datenschutz