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
commit dcc10e5e31
5 changed files with 152 additions and 0 deletions

View file

@ -8,5 +8,6 @@
#define LEGICRF_H_
extern void LegicRfSimulate(void);
extern void LegicRfReader(void);
#endif /* LEGICRF_H_ */