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.
Dependents: Seeed_NFC_Shield_write Nucleo_test_nfc
Fork of PN532 by
Diff: debug.h
- Revision:
- 3:4189a10038e6
- Parent:
- 2:f618fb2169c4
- Child:
- 4:0774b8298eb8
diff -r f618fb2169c4 -r 4189a10038e6 debug.h
--- a/debug.h Thu Oct 17 06:51:32 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#ifndef __DEBUG_H__
-#define __DEBUG_H__
-
-//#define DEBUG
-
-#ifdef DEBUG
-
-#include <stdio.h>
-
-#define DMSG(args...) printf(args)
-#define DMSG_STR(str) printf("%s\n", str)
-#define DMSG_INT(num) printf("%d\n", num)
-#define DMSG_HEX(num) printf("%2X ", num)
-
-#else
-
-#define DMSG(args...)
-#define DMSG_STR(str)
-#define DMSG_INT(num)
-#define DMSG_HEX(num)
-
-#endif // DEBUG
-
-#endif // __DEBUG_H__

Seeed NFC Shield V2.0