cellular port

Dependencies:   Beep C027_Support C12832 LM75B MMA7660 mbed-rtos mbed nsdl_lib

This is a port of the NSDL HelloWorld for cellular.

To run the example you need a C027 and the ARM mbed application shield. The example uses cellular instead of ethernet and takes the true position from the GPS instead of using a fixed position.

Revision:
9:e4c916c6cb02
Parent:
8:bd9096c4784c
Child:
10:443e7f741c8e
diff -r bd9096c4784c -r e4c916c6cb02 main.cpp
--- a/main.cpp	Tue May 20 15:24:18 2014 +0000
+++ b/main.cpp	Fri Jun 06 15:16:37 2014 +0000
@@ -21,7 +21,7 @@
 /*! The APN of your network operator SIM, sometimes it is "internet" check your 
     contract with the network operator. You can also try to look-up your settings in 
     google: https://www.google.de/search?q=APN+list */
-#define APN         "gprs.swisscom.ch"
+#define APN         NULL
 //! Set the user name for your APN, or NULL if not needed
 #define USERNAME    NULL
 //! Set the password for your APN, or NULL if not needed