MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Revision:
177:244dd4404e6a
Parent:
176:cd10dd375c5f
Child:
204:4e046ba15a01
--- a/Definitions.h	Mon Mar 31 20:17:03 2014 +0000
+++ b/Definitions.h	Mon Mar 31 20:25:40 2014 +0000
@@ -24,14 +24,14 @@
 
 // Platform Switch
 #define   _ENDPOINT_UBLOX_PLATFORM      true                      // uncomment for the U-Blox MBED platform
-//#define   _ENDPOINT_FREESCALE_PLATFORM  true                      // uncomment for the Freescale Freedom MBED platform
-//#define   _ENDPOINT_NXP_PLATFORM        true                      // uncomment for the NXP MBED platform
+//#define   _ENDPOINT_FREESCALE_PLATFORM  true                    // uncomment for the Freescale Freedom MBED platform
+//#define   _ENDPOINT_NXP_PLATFORM        true                    // uncomment for the NXP MBED platform
 
 // Network Usage (default is Ethernet)
-//#define CELLULAR_NETWORK                true                        // true - use cellular network, false - use ethernet (cannot co-exist together)
+//#define CELLULAR_NETWORK                true                    // true - use cellular network, false - use ethernet (cannot co-exist together)
 
 // what kind of personality we are...
-//#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
+//#define LIGHT_PERSONALITY               true                    // the endpoint will be a (set of) lights
 #define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
 
 // include common definitions
@@ -48,13 +48,11 @@
 #define EXT_LED_ENABLE                  true                     // true - enable external LED endpoint light, false - disable
 
 // Endpoint GPS Coordinates
-#define ENDPOINT_LOCATION               "Las Vegas Country Club" // Where this light/endpoint lives
-#define ENDPOINT_GPS_COORDS             "36.131258,-115.144414"  // golf course 36.131258,-115.144414 
+#define ENDPOINT_LOCATION               "Las Vegas Police Dept"  // Where this light/endpoint lives
+#define ENDPOINT_GPS_COORDS             "36.131735,-115.147683"  // Joe Brown Drive 
 
 // Reset our config values if needed
 #ifdef _ENDPOINT_UBLOX_PLATFORM
-    #undef ENDPOINT_GPS_COORDS
-    #define ENDPOINT_GPS_COORDS     "36.133516,-115.148721"       // golf course -115.143470 36.131916 
     #define UBLOX_USE_3G            true                          // use 3G or ethernet
     #define UBLOX_MODEM             UbloxUSBCDMAModem             // CDMA modem
     #define UBLOX_CDMA_DELAY_MS     1000                          // connect delay in MS