Chameleon-Mini
Firmware
Chameleon-Mini
Codec
ISO15693.h
1
/*
2
* ISO15693.h
3
*
4
* Created on: 25.01.2017
5
* Author: Phillip Nash
6
*/
7
8
#ifndef ISO15693_H_
9
#define ISO15693_H_
10
11
#define ISO15693_APP_NO_RESPONSE 0x0000
12
13
/* Codec Interface */
14
void
ISO15693CodecInit(
void
);
15
void
ISO15693CodecDeInit(
void
);
16
void
ISO15693CodecTask(
void
);
17
18
/* Application Interface */
19
void
ISO15693CodecStart(
void
);
20
void
ISO15693CodecReset(
void
);
21
22
#endif
/* ISO15693_H_ */
Generated on Thu Mar 17 2022 12:03:24 for Chameleon-Mini by
1.8.13