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:
Wed Jul 16 17:29:15 2014 +0000
Parent:
239:94000806837e
Child:
241:f0e47c31bd04
Commit message:
added APMDemoLight

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
endpoint_core.lib Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Wed Jul 09 22:30:24 2014 +0000
+++ b/Definitions.h	Wed Jul 16 17:29:15 2014 +0000
@@ -37,6 +37,12 @@
 #define LIGHT_PERSONALITY               true                        // the endpoint will be a (set of) lights
 //#define COPCAR_PERSONALITY              true                        // the endpoint will emulate a cop car
 
+// APM Demo Light Configuration
+#define APM_LIGHT_ENABLE            false                            // true - enable APM Demo light, undef - disable
+
+// External LED Light Configuration
+#define EXT_LED_ENABLE              true                            // true - enable external LED endpoint light, false - disable
+
 // include common definitions
 #include "CommonDefinitions.h"
 
@@ -47,9 +53,6 @@
 #define PL_ENABLE                   false                           // true - enable for endpoint light, false - disable
 #define PL_LIGHT_ID                 PL_LIGHT_ID_BILL                // Default light for Philips Light
 
-// External LED Light Configuration
-#define EXT_LED_ENABLE              true                            // true - enable external LED endpoint light, false - disable
-
 // Endpoint GPS Coordinates/Location
 #define ENDPOINT_LOCATION           "Las Vegas Country Club"         // Where this light/endpoint lives
 #define ENDPOINT_GPS_COORDS         "-115.143470 36.131916"          // golf course -115.143470 36.131916 
--- a/endpoint_core.lib	Wed Jul 09 22:30:24 2014 +0000
+++ b/endpoint_core.lib	Wed Jul 16 17:29:15 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_core/#8e63cd2c003a
+http://mbed.org/users/ansond/code/endpoint_core/#2529c18d0eb1