legic write/simulate [Anon]

This commit is contained in:
adam@algroup.co.uk 2010-05-06 11:24:01 +00:00
commit 3612a8a8e2
8 changed files with 636 additions and 32 deletions

View file

@ -11,7 +11,8 @@
#ifndef __LEGICRF_H
#define __LEGICRF_H
extern void LegicRfSimulate(void);
extern void LegicRfReader(int bytes, int offset);
extern void LegicRfSimulate(int phase, int frame, int reqresp);
extern int LegicRfReader(int bytes, int offset);
extern void LegicRfWriter(int bytes, int offset);
#endif /* __LEGICRF_H */