MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 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:30:35 2014 +0000
Parent:
245:d400fef8ca5b
Child:
247:531b1590c711
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	Thu Jul 03 18:43:04 2014 +0000
+++ b/Definitions.h	Wed Jul 16 17:30:35 2014 +0000
@@ -34,6 +34,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"
 
@@ -44,9 +50,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 Police Dept"       // Where this light/endpoint lives
 #define ENDPOINT_GPS_COORDS         "-115.147683 36.131735"       // Joe Brown Drive 
--- a/endpoint_core.lib	Thu Jul 03 18:43:04 2014 +0000
+++ b/endpoint_core.lib	Wed Jul 16 17:30:35 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_core/#8e63cd2c003a
+http://mbed.org/users/ansond/code/endpoint_core/#2529c18d0eb1