add LEGIC decoder (submitted by Sourcerer, untested by me)

This commit is contained in:
adam@algroup.co.uk 2010-02-05 13:56:33 +00:00
commit 669c1b80c5
2 changed files with 184 additions and 0 deletions

View file

@ -4,5 +4,6 @@
int CmdHFLegic(const char *Cmd);
int CmdLegicRFRead(const char *Cmd);
int CmdLegicDecode(const char *Cmd);
#endif