AMMP demonstration using Freescale FRDM-KL25Z and Adafruit CC3000 Arduino shield

Dependencies:   MMA8451Q NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed

Fork of AxedaGo-Freescale by Axeda Corp

Revision:
7:95a9dbe089e2
Parent:
6:aeed0b3ebc34
--- a/main.cpp	Tue Jun 24 16:06:00 2014 +0000
+++ b/main.cpp	Thu Jun 26 16:56:32 2014 +0000
@@ -91,7 +91,7 @@
     rled = 1;
     gled = 1;
     TSISensor touchSensor;
-    const char* SERVER_ADDRESS = "216.34.120.53";   //IP address for toolbox-stage-connect.axeda.com is 216.34.120.53
+    const char* SERVER_ADDRESS = "216.34.120.52";   //IP address for toolbox-stage-connect.axeda.com is 216.34.120.53
                                                     //IP address for toolbox-connect.axeda.com is 216.34.120.52
     const int SERVER_PORT = 80;
     char *MODEL = "Freescale";