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
Ndef.h
00001 #ifndef Ndef_h 00002 #define Ndef_h 00003 00004 /* NOTE: To use the Ndef library in your code, don't include Ndef.h 00005 See README.md for details on which files to include in your sketch. 00006 */ 00007 #include <stdint.h> 00008 00009 void PrintHex(const uint8_t *data, const long numuint8_ts); 00010 void PrintHexChar(const uint8_t *data, const long numuint8_ts); 00011 void DumpHex(const uint8_t *data, const long numuint8_ts, const int blockSize); 00012 00013 #endif
Generated on Tue Jul 12 2022 16:40:03 by
1.7.2
