solo/efm32/inc/nfc.h
2018-07-22 23:40:27 -04:00

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_ */