Demo for the problem with nsdl_lib and rtos on FRDM- K64F

Dependencies:   C12832_lcd WiflyInterface mbed-rtos mbed nsdl_lib

Revision:
0:e41e45a41f0f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/light.h	Fri Jan 16 06:37:29 2015 +0000
@@ -0,0 +1,10 @@
+// Light resource implementation
+
+#ifndef LIGHT_H
+#define LIGHT_H
+
+#include "nsdl_support.h"
+
+int create_light_resource(sn_nsdl_resource_info_s *resource_ptr);
+
+#endif