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:
227:76dbd27b3c27
Parent:
219:8b83fb611d0f
Child:
228:dfa947de956d
--- a/Definitions.h	Tue Sep 09 20:53:25 2014 +0000
+++ b/Definitions.h	Wed Sep 10 16:21:48 2014 +0000
@@ -62,8 +62,10 @@
 // Endpoint GPS Coordinates
 //#define ENDPOINT_LOCATION               "Las Vegas Police Dept"  // Where this light/endpoint lives
 //#define ENDPOINT_GPS_COORDS             "36.131735,-115.147683"  // Joe Brown Drive 
-#define ENDPOINT_LOCATION           "ISSUU Dept - Bilbao Spain"     // Copcar location
-#define ENDPOINT_GPS_COORDS         "43.262977,-2.924335"           // Bilbao Spain 
+//#define ENDPOINT_LOCATION           "ISSUU Dept - Bilbao Spain"     // Copcar location
+//#define ENDPOINT_GPS_COORDS         "43.262977,-2.924335"           // Bilbao Spain 
+#define ENDPOINT_LOCATION           "Santa Clara Police Dept"     // Copcar location
+#define ENDPOINT_GPS_COORDS         "37.403841,-121.973001"           // Santa Clara CA 
 
 // Reset our config values if needed
 #ifdef _ENDPOINT_UBLOX_PLATFORM