new xadow NFC module

Dependents:   xadow_smartstrap_for_pebble

Revision:
1:27242e2abd99
Parent:
0:9d116099a88d
--- a/XadowNFC.h	Wed Nov 04 09:59:37 2015 +0000
+++ b/XadowNFC.h	Fri Nov 06 02:52:37 2015 +0000
@@ -34,8 +34,6 @@
     \def NFC_ADAPTER_ERASE_ID
     The id of NFC adapter to erase NDEF message
 
-    \def NFC_EMULATE_INIT_ID
-    The id of NFC emulate as a tag
 */
 
 /*
@@ -54,7 +52,6 @@
 #define NFC_ADAPTER_READ_ID         3 //
 #define NFC_ADAPTER_WRITE_ID        4 //
 #define NFC_ADAPTER_ERASE_ID        5 //
-#define NFC_EMULATE_INIT_ID         6 //
 
 /**
  *  \brief Get the status of the NFC device.
@@ -106,14 +103,6 @@
  */
 void nfc_adapter_erase(void);
 
-/**
- *  \brief Emulate NFC as a target
- *
- * \param [in] *id the target uid, the first data is fixed, so the format is 0x??, 0x??, 0x??(3 bytes)
- *  \return Return Null.
- *
- */
-void nfc_emulate_init(unsigned char *id);
 
 
 #endif