NFC capability started

This commit is contained in:
Conor Patrick
2018-07-22 23:40:27 -04:00
parent bfd14ec6bf
commit 58ec4b16c5
10 changed files with 1112 additions and 35 deletions

13
efm32/inc/nfc.h Normal file
View File

@@ -0,0 +1,13 @@
/*
* nfc.h
*
* Created on: Jul 22, 2018
* Author: conor
*/
#ifndef INC_NFC_H_
#define INC_NFC_H_
void nfc_test();
#endif /* INC_NFC_H_ */