LineLedControl

Dependencies:   EthernetNetIf LPD8806 mbed

Fork of OSCReceiver by Shigeki KOMATSU

Revision:
1:e0714e1a1568
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LedControl/Control.h	Mon Aug 26 17:22:36 2013 +0000
@@ -0,0 +1,18 @@
+#ifndef Control_h
+#define Control_h
+
+#include "mbed.h"
+#include "LPD8806.h"
+
+class LedControl
+{
+    public:
+    
+        void setup(int numberOfLed);
+        void colorChase(int r, int g, int b, uint8_t delay);
+            
+    private:
+//        int num;
+};
+
+#endif
\ No newline at end of file