Generic library for working with PN532-like chips
Fork of PN532 by
Ndef.h
- Committer:
- r4z0r7o3
- Date:
- 2015-02-04
- Revision:
- 11:5b8afec8bee6
- Parent:
- 3:4189a10038e6
File content as of revision 11:5b8afec8bee6:
#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