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:
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)