Initial commit

Dependencies:   Chainable_RGB_LED EthernetInterface LED_Bar mbed-rtos mbed nsdl_lib

Revision:
0:950566b0e099
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/LEDbar.h	Thu Oct 30 21:44:12 2014 +0000
@@ -0,0 +1,10 @@
+// Light resource implementation
+
+#ifndef LEDBAR_H
+#define LEDBAR_H
+
+#include "nsdl_support.h"
+
+int create_LEDbar_resource(sn_nsdl_resource_info_s *resource_ptr);
+
+#endif