LEER TAG

Dependencies:   PN532_MK20 USBDevice mbed

Fork of NFC_HTM_READ by HTM

UtilidadesNFC.h

Committer:
mauroar211
Date:
2015-04-24
Revision:
0:302cf9a355dd

File content as of revision 0:302cf9a355dd:

/*
--------------------------------------------------------------
---- 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();