]> git.zerfleddert.de Git - proxmark3-svn/blob - armsrc/legicrf.h
Add basic LEGIC RF communication in tag simulation mode
[proxmark3-svn] / armsrc / legicrf.h
1 /*
2 * LEGIC RF emulation public interface
3 *
4 * (c) 2009 Henryk Plötz <henryk@ploetzli.ch>
5 */
6
7 #ifndef LEGICRF_H_
8 #define LEGICRF_H_
9
10 extern void LegicRfSimulate(void);
11
12 #endif /* LEGICRF_H_ */
Impressum, Datenschutz