MBED NanoService Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B c027_radios endpoint_core endpoint_nsp nsp_resources mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Tue Jul 01 20:17:32 2014 +0000
Parent:
206:21d73db50cf3
Child:
208:0e7cfd9aae95
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Tue Jul 01 20:15:49 2014 +0000
+++ b/Definitions.h	Tue Jul 01 20:17:32 2014 +0000
@@ -48,18 +48,18 @@
 
 // OVERRIDE: NSP Endpoint
 #undef NSP_ADDRESS
-#define NSP_ADDRESS                     "192.168.1.220"          // Target NSP Service
+#define NSP_ADDRESS                     "192.168.1.220"           // Target NSP Service
 
 // Philips Light Config
-#define PL_ENABLE                       false                    // true - enable for endpoint light, false - disable
-#define PL_LIGHT_ID                     PL_LIGHT_ID_BILL         // Default light for Philips Light
+#define PL_ENABLE                       false                     // true - enable for endpoint light, false - disable
+#define PL_LIGHT_ID                     PL_LIGHT_ID_BILL          // Default light for Philips Light
 
 // External LED Light Configuration
-#define EXT_LED_ENABLE                  true                     // true - enable external LED endpoint light, false - disable
+#define EXT_LED_ENABLE                  true                      // true - enable external LED endpoint light, false - disable
 
 // 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               "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