MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
183:2a0f35485632
Parent:
181:f78020a9b78a
Child:
190:fc7814c8a5c5
--- a/Definitions.h	Thu Mar 27 18:14:14 2014 +0000
+++ b/Definitions.h	Fri Mar 28 16:24:31 2014 +0000
@@ -29,6 +29,7 @@
 
 // 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
 
 // include common definitions
 #include "CommonDefinitions.h"