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

Revision:
124:78caa245d307
Parent:
123:43e130c37cde
Child:
129:5116d592e33f
--- a/Definitions.h	Tue Mar 18 21:46:55 2014 +0000
+++ b/Definitions.h	Tue Mar 18 21:50:27 2014 +0000
@@ -51,6 +51,9 @@
 // Our Endpoint Version Annoucement
 #define ENDPOINT_VERSION_ANNOUNCE "\r\nMBED IMPACT(NSP) Endpoint v1.0"
 
+// Preference File Configuration
+#define PREFERENCES_FILE            "/local/nsp.cfg"// preferences file for endpoint  
+
 // Light Configuration
 #define LIGHT_NAME          "light-nsp-%d"          // name of each light in this endpoint
 #define LIGHT_BLINK_WAIT_MS 1000                    // time between blinks (ms)