Chameleon-Mini
 All Classes Files Functions Variables Macros Pages
ISO15693Generic.h
1 /*
2  * ISO15693Generic.h
3  *
4  * Created on: 21.08.2013
5  * Author: skuser
6  */
7 
8 #ifndef ISO15693GENERIC_H_
9 #define ISO15693GENERIC_H_
10 
11 #include "Application.h"
12 //#include "ISO15693-3.h"
13 
14 #define ISO15693_GENERIC_UID_SIZE 8 //ISO15693_UID_SIZE
15 #define ISO15693_GENERIC_MEM_SIZE 8192 //ISO15693_MAX_MEM_SIZE
16 
17 void ISO15693GenericAppInit(void);
18 void ISO15693GenericAppReset(void);
19 void ISO15693GenericAppTask(void);
20 
21 uint16_t ISO15693GenericAppProcess(uint8_t* Buffer, uint16_t ByteCount);
22 
23 
24 #endif /* ISO15693GENERIC_H_ */