LEER TAG

Dependents:   NFC_HTM_READ EMULAR_TAGS Escribir_tag NFC_HTM_READ-WRITE

Revision:
0:b805b487fbef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Ndef.h	Fri Apr 24 18:17:09 2015 +0000
@@ -0,0 +1,13 @@
+#ifndef Ndef_h
+#define Ndef_h
+
+/* NOTE: To use the Ndef library in your code, don't include Ndef.h
+   See README.md for details on which files to include in your sketch.
+*/
+#include <stdint.h>
+
+void PrintHex(const uint8_t *data, const long numuint8_ts);
+void PrintHexChar(const uint8_t *data, const long numuint8_ts);
+void DumpHex(const uint8_t *data, const long numuint8_ts, const int blockSize);
+
+#endif