move to new file

This commit is contained in:
Conor Patrick
2019-01-07 18:50:01 -05:00
parent c330346c31
commit 6ffba7d472
4 changed files with 200 additions and 182 deletions

View File

@ -0,0 +1,7 @@
#ifndef _NFC_H_
#define _NFC_H_
void nfc_loop();
void nfc_init();
#endif