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:
209:7c6268ffb70c
Parent:
208:0e7cfd9aae95
Child:
210:f5a682745194
--- a/Definitions.h	Tue Jul 01 21:06:56 2014 +0000
+++ b/Definitions.h	Tue Jul 01 21:12:36 2014 +0000
@@ -32,8 +32,8 @@
 //#define CELLULAR_DEBUG                  true                      // true - debug enabled, undef - no
 
 // 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"