MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Mon Jul 07 20:00:58 2014 +0000
Parent:
209:a659178afd28
Child:
211:3b3380fa7ecb
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
nsp_resources.lib Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Thu Jul 03 20:01:52 2014 +0000
+++ b/Definitions.h	Mon Jul 07 20:00:58 2014 +0000
@@ -40,6 +40,12 @@
 // NSP specific definitions
 #include "NSPDefinitions.h"
 
+// OVERRIDE: NSP Endpoint
+#undef NSP_ADDRESS
+#undef NSP_PORT
+#define NSP_ADDRESS                "192.168.1.220"               // Target NSP Service
+#define NSP_PORT                   5683                          // Target NSP Service Port Number (def: 5683)
+
 // 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
--- a/nsp_resources.lib	Thu Jul 03 20:01:52 2014 +0000
+++ b/nsp_resources.lib	Mon Jul 07 20:00:58 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/nsp_resources/#93ecf3995fb4
+http://mbed.org/users/ansond/code/nsp_resources/#8d30a3ff760d