LEER TAG

Dependents:   NFC_HTM_READ EMULAR_TAGS Escribir_tag NFC_HTM_READ-WRITE

Revision:
1:a549ef8b142a
Parent:
0:b805b487fbef
--- a/PN532_SPI.cpp	Fri Apr 24 18:17:09 2015 +0000
+++ b/PN532_SPI.cpp	Fri Apr 24 19:02:44 2015 +0000
@@ -1,6 +1,7 @@
 
 #include "PN532_SPI.h"
 #include "PN532_debug.h"
+#include "mbed.h"
 
 #define STATUS_READ     2
 #define DATA_WRITE      1
@@ -14,8 +15,7 @@
     _spi->frequency(2000000);
 
     _ss  = 1;
-}
-
+}/*
 PN532_SPI::PN532_SPI(SPI *spi, PinName ss) : _ss(ss)
 {
     command = 0;
@@ -24,8 +24,7 @@
     _spi->frequency(2000000);
 
     _ss  = 1;
-}
-
+}*/
 void PN532_SPI::begin()
 {