MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Sun Mar 16 04:36:40 2014 +0000
Parent:
110:99757e7ebe7c
Child:
112:c43fab080ce1
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:16:55 2014 +0000
+++ b/Definitions.h	Sun Mar 16 04:36:40 2014 +0000
@@ -59,6 +59,10 @@
 #define PL_ENABLE           true                  // 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
+#define EXT_LED_PIN                 p21                            // pin to use for external LED cathode 
+
 // NSP Configuration
 #define NSP_NODE_TYPE       "Light"                // Node type
 #define NSP_NODE_LIFETIME   "60"                   // Node lifetime (minutes)
--- a/endpoint_core.lib	Sun Mar 16 03:16:55 2014 +0000
+++ b/endpoint_core.lib	Sun Mar 16 04:36:40 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_core/#7a96a9a7cafb
+http://mbed.org/users/ansond/code/endpoint_core/#759dee018363