Blame view

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