Blame view

nfc.h 103 Bytes
3bdc9daf   henyxia   NFC Added
1
2
3
4
5
6
7
8
9
  #ifndef __NFC_H__
  #define __NFC_H__
  
  #include <stdbool.h>
  
  bool	initNFC();
  void*	processNFC();
  
  #endif