LEER TAG

Dependencies:   PN532_MK20 USBDevice mbed

Fork of NFC_HTM_READ by HTM

Revision:
0:302cf9a355dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UtilidadesNFC.h	Fri Apr 24 18:19:06 2015 +0000
@@ -0,0 +1,19 @@
+/*
+--------------------------------------------------------------
+---- DECLARACIONES DE LIBRERIAS 
+--------------------------------------------------------------
+*/
+#include "mbed.h"
+#include "PN532_SPI.h"
+#include "NfcAdapter.h"
+#include "PN532.h"
+#include "USBSerial.h"
+
+
+/*
+--------------------------------------------------------------
+---- DECLARACIONES DE FUNCIONES
+--------------------------------------------------------------
+*/
+NfcAdapter inicializarlector();
+int LeerTagNFC();