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:
173:05a238bb4b6b
Parent:
172:e239e136e274
Child:
176:cd10dd375c5f
--- a/Definitions.h	Mon Mar 31 19:28:38 2014 +0000
+++ b/Definitions.h	Mon Mar 31 19:45:06 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"