Sensinode NSDL demo with WiFi interface
Dependencies: Beep C12832_lcd LM75B MMA7660 WiflyInterface mbed-rtos mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: nsdl_support.cpp
- Revision:
- 8:f5f58eb0af34
- Parent:
- 7:6b068978be9a
--- a/nsdl_support.cpp Tue Oct 22 10:50:05 2013 +0000 +++ b/nsdl_support.cpp Mon May 12 06:02:52 2014 +0000 @@ -4,10 +4,10 @@ #include "nsdl_support.h" #include "mbed.h" #include "rtos.h" -#include "EthernetInterface.h" +#include "WiflyInterface.h" extern Serial pc; -extern EthernetInterface eth; +extern WiflyInterface wifly; extern Endpoint nsp; extern UDPSocket server; extern char endpoint_name[16];