MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_ethernet

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:
Sun Mar 16 04:35:47 2014 +0000
Parent:
124:ef4f1e3137a3
Child:
126:2e8e48cbc2a7
Commit message:
updates

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	Sun Mar 16 03:17:59 2014 +0000
+++ b/Definitions.h	Sun Mar 16 04:35:47 2014 +0000
@@ -52,7 +52,11 @@
 
 // Philips Light Config
 #define PL_ENABLE                   true                           // true - enable for endpoint light, false - disable
-#define PL_LIGHT_ID                 PL_LIGHT_ID_BILL                // Default light for Philips Light
+#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
+#define EXT_LED_PIN                 p21                            // pin to use for external LED cathode 
 
 // Endpoint GPS Coordinates/Location
 #define ENDPOINT_LOCATION           "Las Vegas Country Club"         // Where this light/endpoint lives
--- a/endpoint_core.lib	Sun Mar 16 03:17:59 2014 +0000
+++ b/endpoint_core.lib	Sun Mar 16 04:35:47 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_core/#7a96a9a7cafb
+http://mbed.org/users/ansond/code/endpoint_core/#759dee018363