adding resources firmware and 1/0/8

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

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

Revision:
21:978281bfb26e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/firmware_status.h	Tue Oct 27 07:11:46 2015 +0000
@@ -0,0 +1,10 @@
+// Firmware status resource implementation
+
+#ifndef FIRMWARE_STATUS_H
+#define FIRMWARE_STATUS_H
+
+#include "nsdl_support.h"
+
+int create_firmware_status_resource(sn_nsdl_resource_info_s *resource_ptr);
+
+#endif