Integrating the ublox LISA C200 modem

Fork of SprintUSBModemHTTPClientTest by Donatien Garnier

Revision:
7:655438fd019f
Parent:
0:43ee25ebfe6b
Child:
10:bdacd7bddc52
--- a/main.cpp	Thu Sep 26 00:51:06 2013 -0500
+++ b/main.cpp	Thu Sep 26 11:15:22 2013 -0700
@@ -4,7 +4,7 @@
 
 void test(void const*) 
 {
-    SprintUSBModem modem(p18);
+    SprintUSBModem modem(p18, true, 1);
     HTTPClient http;
     char str[512];