Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PN532 by
Diff: Ndef.h
- Revision:
- 3:4189a10038e6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Ndef.h Thu Nov 21 04:30:49 2013 +0000 @@ -0,0 +1,13 @@ +#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
