Add basic communication shell for Legic RF in reader mode. Needs the new receive function of hi_read_tx.

This commit is contained in:
henryk@ploetzli.ch 2009-11-06 15:37:53 +00:00
parent 24fe4dffb4
commit dcc10e5e31
5 changed files with 152 additions and 0 deletions

View file

@ -553,6 +553,10 @@ void UsbPacketReceived(BYTE *packet, int len)
ReaderIso15693(c->ext1);
break;
case CMD_READER_LEGIC_RF:
LegicRfReader();
break;
case CMD_SIMTAG_ISO_15693:
SimTagIso15693(c->ext1);
break;