RGB led thing

Dependencies:   RGB-driver mbed

Revision:
1:5801c141ea90
Parent:
0:4dc676502a4e
--- a/lib/Effect.h	Thu Nov 19 15:55:39 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-
-#ifndef EFFECT_H
-#define EFFECT_H
-#include "RGB.h"
-
-class Effect{
-    public:
-        Effect(RGB* led);
-        void run();
-    private:
-        RGB* led;
-        
-    
-};
-
-#endif
\ No newline at end of file