Poerting the Xbee library to use teh wifi functionality of the LPC4088.

Dependents:   XBee_WiFi_EA_LPC4088

Fork of XBee by Suga koubou

Revision:
8:042c457e3282
Parent:
3:8573b122fa84
--- a/dbg.h	Wed Dec 18 02:32:33 2013 +0000
+++ b/dbg.h	Tue Feb 10 21:16:07 2015 +0000
@@ -1,7 +1,10 @@
-//#define DEBUG
+#define DEBUG
+#include "mbed.h"
 
 #ifdef DEBUG 
-#define DBG(...) printf("" __VA_ARGS__) 
+#define DBG(...) pc.printf("" __VA_ARGS__) 
 #else 
 #define DBG(...) 
 #endif 
+
+extern Serial pc;
\ No newline at end of file