Demo app to read data from FXOS8700Q accelerometer on FRDM-K64F and send values to AT&T M2X Data Service via MTS shield. For use with DevLab

Dependencies:   FXOS8700Q M2XStreamClient SocketModem jsonlite mbed

Fork of M2X_MTS_Accel by AT&T M2X Team

Revision:
1:f6254f28c89c
Parent:
0:b4f0b744fbc3
Child:
3:e425cec88d5f
--- a/main.cpp	Fri May 02 15:51:44 2014 +0000
+++ b/main.cpp	Wed Jul 16 16:17:03 2014 +0000
@@ -42,7 +42,7 @@
 
     int max_tries = 5;
     int i;
-    std::string apn = "m2m.com.attz";
+    std::string apn = "wap.cingular";  // set to the appropriate APN (i.e. "m2m.com.attz" for M2X SIMs)
 
     i = 0;
     while (i++ < max_tries) {