ADD: Calc legic Crc8 method on given input hexstring.

This commit is contained in:
iceman1001
2016-02-14 11:56:54 +01:00
parent 5a6e19e614
commit 3b920280db
2 changed files with 80 additions and 47 deletions

View File

@@ -21,4 +21,7 @@ int CmdLegicRfSim(const char *Cmd);
int CmdLegicRfWrite(const char *Cmd);
int CmdLegicRfFill(const char *Cmd);
int CmdLegicCalcCrc8(const char *Cmd);
int usage_legic_calccrc8(void);
#endif