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:
20:84ee332ba360
Parent:
8:f0ecb62bda47
--- a/resources/temperature.cpp	Sun Apr 06 20:11:46 2014 +0000
+++ b/resources/temperature.cpp	Tue Apr 08 01:02:06 2014 +0000
@@ -33,7 +33,7 @@
             if(sn_nsdl_send_observation_notification(obs_token_ptr, obs_token_len, (uint8_t*)temp_val, 5, &obs_number, 1, COAP_MSG_TYPE_NON_CONFIRMABLE, 0) == 0)
                 pc.printf("Observation sending failed\r\n");
             else
-                pc.printf("Observation\r\n");
+                pc.printf("Observation, temp=%s\r\n", temp_val);
         }
     }
 }