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:
Wed Mar 19 17:05:24 2014 +0000
Parent:
130:dd17ca055210
Child:
132:971482b5bde0
Commit message:
working mac disabled

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Wed Mar 19 16:57:07 2014 +0000
+++ b/Definitions.h	Wed Mar 19 17:05:24 2014 +0000
@@ -44,7 +44,7 @@
 #define NSP_ENABLE_GETPUT             true            // true - enable, false - disable
 
 // our MAC address
-#define MAC_ADDRESS                   0x00,0x1e,0xAB,0xE3,0x4F,0x55
+//#define MAC_ADDRESS                   0x00,0x1e,0xAB,0xE3,0x4F,0x55
 
 // Our Endpoint Version Annoucement
 #define ENDPOINT_VERSION_ANNOUNCE "\r\nMBED IMPACT(NSP) Endpoint v1.0"