MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

Dependencies:   C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
221:c8ea67997482
Parent:
190:fc7814c8a5c5
Child:
225:b25d253ecd7e
--- a/Definitions.h	Tue May 13 20:27:20 2014 +0000
+++ b/Definitions.h	Mon Jun 09 15:01:46 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"