Red Hat Summit NanoService Demo for LPC1768 App Board using OMA Lightweight Objects

Dependencies:   Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

Revision:
16:12fe2f09fab5
Parent:
15:db022645bcc1
Child:
17:40ce3d963495
--- a/main.cpp	Wed Mar 26 22:40:37 2014 +0000
+++ b/main.cpp	Sat Apr 05 03:53:40 2014 +0000
@@ -64,6 +64,7 @@
 
     mbed_interface_uid(mbed_uid);
     mbed_uid[32] = '\0';
+    NSDL_DEBUG("Full interface uid=%s", mbed_uid);
     strncat(endpoint_name, mbed_uid + 27, 20 - strlen(endpoint_name));
 
     lcd.locate(0,11);