PN532 NFC library for Seeed Studio's NFC Shield

Fork of PN532 by Yihui Xiong

Revision:
4:0774b8298eb8
Parent:
3:4189a10038e6
Child:
5:51f820fbd18a
Child:
7:26c1b3b6c192
--- a/PN532.cpp	Thu Nov 21 04:30:49 2013 +0000
+++ b/PN532.cpp	Thu Nov 21 04:41:47 2013 +0000
@@ -10,6 +10,10 @@
 #include "PN532_debug.h"
 #include <string.h>
 
+#ifndef ARDUINO
+#include <stdio.h>
+#endif
+
 #define HAL(func)   (_interface->func)
 
 PN532::PN532(PN532Interface &interface)