Add basic LEGIC RF communication in tag simulation mode

This commit is contained in:
henryk@ploetzli.ch 2009-10-12 11:47:39 +00:00
commit a7247d858b
6 changed files with 200 additions and 1 deletions

12
armsrc/legicrf.h Normal file
View file

@ -0,0 +1,12 @@
/*
* LEGIC RF emulation public interface
*
* (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
*/
#ifndef LEGICRF_H_
#define LEGICRF_H_
extern void LegicRfSimulate(void);
#endif /* LEGICRF_H_ */