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:
Mon Jul 07 19:59:25 2014 +0000
Parent:
218:4cb7aee65dcd
Child:
220:6ffbd97e3f99
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 19:58:51 2014 +0000
+++ b/Definitions.h	Mon Jul 07 19:59:25 2014 +0000
@@ -37,16 +37,14 @@
 #endif
 
 // what kind of personality we are...
-#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
-//#define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
+//#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
+#define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
 
 // include common definitions
 #include "CommonDefinitions.h"
 
-// turn these off for NSP via cellular
-#undef EH_USE_MUTEXES
-#undef NETWORK_MUTEX
-//#undef ENABLE_THREADS
+// turn these ON for NSP via cellular
+#define ENABLE_THREADS true
 
 // NSP specific definitions
 #include "NSPDefinitions.h"
--- a/nsp_resources.lib	Thu Jul 03 19:58:51 2014 +0000
+++ b/nsp_resources.lib	Mon Jul 07 19:59:25 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/nsp_resources/#93ecf3995fb4
+http://mbed.org/users/ansond/code/nsp_resources/#8d30a3ff760d