LEER TAG

Dependents:   NFC_HTM_READ EMULAR_TAGS Escribir_tag NFC_HTM_READ-WRITE

Committer:
mauroar211
Date:
Fri Apr 24 19:02:44 2015 +0000
Revision:
1:a549ef8b142a
Parent:
0:b805b487fbef
SE RESTAURARON LOS ARCHIVO DE LA LIBRER?A;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mauroar211 0:b805b487fbef 1 #ifndef Ndef_h
mauroar211 0:b805b487fbef 2 #define Ndef_h
mauroar211 0:b805b487fbef 3
mauroar211 0:b805b487fbef 4 /* NOTE: To use the Ndef library in your code, don't include Ndef.h
mauroar211 0:b805b487fbef 5 See README.md for details on which files to include in your sketch.
mauroar211 0:b805b487fbef 6 */
mauroar211 0:b805b487fbef 7 #include <stdint.h>
mauroar211 0:b805b487fbef 8
mauroar211 0:b805b487fbef 9 void PrintHex(const uint8_t *data, const long numuint8_ts);
mauroar211 0:b805b487fbef 10 void PrintHexChar(const uint8_t *data, const long numuint8_ts);
mauroar211 0:b805b487fbef 11 void DumpHex(const uint8_t *data, const long numuint8_ts, const int blockSize);
mauroar211 0:b805b487fbef 12
mauroar211 0:b805b487fbef 13 #endif