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

Dependents:   XBee_WiFi_EA_LPC4088

Fork of XBee by Suga koubou

Committer:
marin8703
Date:
Tue Feb 10 21:16:07 2015 +0000
Revision:
8:042c457e3282
Parent:
3:8573b122fa84
Adapting to LPC4088

Who changed what in which revision?

UserRevisionLine numberNew contents of line
marin8703 8:042c457e3282 1 #define DEBUG
marin8703 8:042c457e3282 2 #include "mbed.h"
okini3939 3:8573b122fa84 3
okini3939 3:8573b122fa84 4 #ifdef DEBUG
marin8703 8:042c457e3282 5 #define DBG(...) pc.printf("" __VA_ARGS__)
okini3939 3:8573b122fa84 6 #else
okini3939 3:8573b122fa84 7 #define DBG(...)
okini3939 3:8573b122fa84 8 #endif
marin8703 8:042c457e3282 9
marin8703 8:042c457e3282 10 extern Serial pc;