Chameleon-Mini
 All Classes Files Functions Variables Macros Pages
ISO15693-2.h
1 /*
2  * ISO15693-2.h
3  *
4  * Created on: 21.08.2013
5  * Author: skuser
6  */
7 
8 #ifndef ISO15693_2_H_
9 #define ISO15693_2_H_
10 
11 #include "Codec.h"
12 
13 #define ISO15693_APP_NO_RESPONSE 0x0000
14 
15 
16 /* Codec Interface */
17 void ISO15693CodecInit(void);
18 void ISO15693CodecTask(void);
19 
20 
21 #endif /* ISO15693_2_H_ */