Poerting the Xbee library to use teh wifi functionality of the LPC4088.
Dependents: XBee_WiFi_EA_LPC4088
Fork of XBee by
XBee_conf.h@8:042c457e3282, 2015-02-10 (annotated)
- Committer:
- marin8703
- Date:
- Tue Feb 10 21:16:07 2015 +0000
- Revision:
- 8:042c457e3282
- Parent:
- 7:b36422ef864f
Adapting to LPC4088
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
okini3939 | 6:6f84e2840408 | 1 | #ifndef XBee_conf_h |
okini3939 | 6:6f84e2840408 | 2 | #define XBee_conf_h |
okini3939 | 6:6f84e2840408 | 3 | |
marin8703 | 8:042c457e3282 | 4 | #define ENABLE_XBEE_WIFI |
okini3939 | 6:6f84e2840408 | 5 | |
okini3939 | 6:6f84e2840408 | 6 | #endif |
okini3939 | 7:b36422ef864f | 7 |