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:
6:6f84e2840408
diff -r b36422ef864f -r 042c457e3282 XBee.h
--- a/XBee.h	Wed Dec 18 02:32:33 2013 +0000
+++ b/XBee.h	Tue Feb 10 21:16:07 2015 +0000
@@ -33,7 +33,7 @@
 #include "mbed.h"
 #include <inttypes.h>
 
-#define SERIES_1
+//#define SERIES_1
 #define SERIES_2
 #define WIFI
 
@@ -52,7 +52,7 @@
 
 // This value is determined by the largest packet size (100 byte payload + 64-bit address + option byte and rssi byte) of a series 1 radio
 //#define MAX_FRAME_DATA_SIZE 110
-#define MAX_FRAME_DATA_SIZE 1520
+#define MAX_FRAME_DATA_SIZE 1000 //1520
 #define MAX_RXBUF_SIZE 32
 
 #define BROADCAST_ADDRESS 0xffff