mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Add basic communication shell for Legic RF in reader mode. Needs the new receive function of hi_read_tx.
This commit is contained in:
parent
24fe4dffb4
commit
dcc10e5e31
5 changed files with 152 additions and 0 deletions
|
@ -8,5 +8,6 @@
|
|||
#define LEGICRF_H_
|
||||
|
||||
extern void LegicRfSimulate(void);
|
||||
extern void LegicRfReader(void);
|
||||
|
||||
#endif /* LEGICRF_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue