mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Add basic LEGIC RF communication in tag simulation mode
This commit is contained in:
parent
bb4d2cca76
commit
a7247d858b
6 changed files with 200 additions and 1 deletions
12
armsrc/legicrf.h
Normal file
12
armsrc/legicrf.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue