MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
181:f78020a9b78a
Parent:
174:4da75aabdd67
Child:
183:2a0f35485632
--- a/Definitions.h	Thu Mar 27 03:52:36 2014 +0000
+++ b/Definitions.h	Thu Mar 27 17:48:46 2014 +0000
@@ -23,9 +23,12 @@
 #include "mbed.h"
 
 // Platform Switch
-//#define   _ENDPOINT_UBLOX_PLATFORM      true                // uncomment for the U-Blox MBED platform
-//#define   _ENDPOINT_FREESCALE_PLATFORM  true                // uncomment for the Freescale Freedom MBED platform
-#define   _ENDPOINT_NXP_PLATFORM        true                // uncomment for the NXP MBED platform
+//#define   _ENDPOINT_UBLOX_PLATFORM      true                        // uncomment for the U-Blox MBED platform
+//#define   _ENDPOINT_FREESCALE_PLATFORM  true                        // uncomment for the Freescale Freedom MBED platform
+#define   _ENDPOINT_NXP_PLATFORM        true                        // uncomment for the NXP MBED platform
+
+// what kind of personality we are...
+#define LIGHT_PERSONALITY               true                        // the endpoint will be a (set of) lights
 
 // include common definitions
 #include "CommonDefinitions.h"