put legic back in the system and add rumpletux's fast legic / prng code from forum

This commit is contained in:
adam@algroup.co.uk 2010-02-05 08:18:02 +00:00
commit 8e220a9126
8 changed files with 163 additions and 88 deletions

View file

@ -8,6 +8,5 @@
#define LEGICRF_H_
extern void LegicRfSimulate(void);
extern void LegicRfReader(void);
extern void LegicRfReader(int bytes, int offset);
#endif /* LEGICRF_H_ */