14 lines
152 B
C
14 lines
152 B
C
/*
|
|
* nfc.h
|
|
*
|
|
* Created on: Jul 22, 2018
|
|
* Author: conor
|
|
*/
|
|
|
|
#ifndef INC_NFC_H_
|
|
#define INC_NFC_H_
|
|
|
|
void nfc_test();
|
|
|
|
#endif /* INC_NFC_H_ */
|