GITLAB

henyxia / tweekd

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • tweekd
  • nfc.h
  • d4d5bb6d   Bus working ... Browse Code ยป
    tweekd can now exit cleanly
    henyxia
    2015-03-04 17:56:36 +0100  
nfc.h 119 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
#ifndef __NFC_H__
#define __NFC_H__

#include <stdbool.h>

bool	initNFC();
void*	processNFC();
void	stopNFC();

#endif