NanoService Example for u-blox Cellular modems

Dependencies:   Beep LM75B MMA7660 mbed nsdl_lib

Fork of NSDL_HelloWorld by Sensinode

Revision:
11:3b7ae478dcd1
Parent:
10:4cb556c7845e
--- a/nsdl_support.cpp	Wed Oct 30 00:46:59 2013 +0000
+++ b/nsdl_support.cpp	Thu Oct 31 20:29:30 2013 +0000
@@ -4,14 +4,14 @@
 #include "nsdl_support.h"
 #include "mbed.h"
 #include "rtos.h"
-#include "UbloxUSBGSMModem.h"
-#include "UbloxUSBCDMAModem.h"
-#include "CellularModem.h"
+//#include "UbloxUSBGSMModem.h"
+//#include "UbloxUSBCDMAModem.h"
+//#include "CellularModem.h"
 #include "Socket.h"
 #include "Endpoint.h"
 #include "UDPSocket.h"
 
-extern UbloxUSBGSMModem modem;
+//extern UbloxUSBGSMModem modem;
 extern Endpoint nsp;
 extern UDPSocket server;
 extern char endpoint_name[16];