More advanced 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:
11:3e9c8d80891e
Parent:
10:05c7255d3543
Child:
12:b695198175ee
--- a/main.cpp	Fri Feb 28 19:58:53 2014 +0000
+++ b/main.cpp	Fri Feb 28 20:02:16 2014 +0000
@@ -136,8 +136,8 @@
 {
     lcd.cls();
     lcd.locate(0,0);
-    lcd.printf("NanoService @ MWC2014");
-    NSDL_DEBUG("NanoService @ MWC2014 Demo for LPC1768 App Board\n");
+    lcd.printf("NanoService LWM2M");
+    NSDL_DEBUG("NanoService LWM2M Demo for LPC1768 App Board\n");
     
     // Initialize Ethernet interface first
     ethernet_init();