Added tiread command to demod TI tags on the PM3

This commit is contained in:
d18c7db
2009-08-06 12:53:06 +00:00
parent c0bc73bc35
commit 7381e8f2f2
5 changed files with 258 additions and 167 deletions

View File

@@ -9,7 +9,7 @@
// The large multi-purpose buffer, typically used to hold A/D samples,
// maybe processed in some way.
DWORD BigBuf[10000];
DWORD BigBuf[12000];
/// appmain.h
void ReadMem(int addr);