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:
172:524fffee93e6
Parent:
170:9ee711ce73df
Child:
174:378cbc9cb6a7
--- a/Definitions.h	Mon Mar 31 19:21:02 2014 +0000
+++ b/Definitions.h	Mon Mar 31 19:44:28 2014 +0000
@@ -31,8 +31,8 @@
 #define CELLULAR_NETWORK                true                        // true - use cellular network, false - use ethernet (cannot co-exist together)
 
 // 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"