MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Mar 27 17:48:46 2014 +0000
Parent:
180:292a225811ba
Child:
182:8196b75c9841
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
endpoint_mqtt.lib Show annotated file Show diff for this revision Revisions of this file
--- 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"
--- a/endpoint_mqtt.lib	Thu Mar 27 03:52:36 2014 +0000
+++ b/endpoint_mqtt.lib	Thu Mar 27 17:48:46 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_mqtt/#380d79b22468
+http://mbed.org/users/ansond/code/endpoint_mqtt/#1ba6e68bf50e