RGB led thing

Dependencies:   RGB-driver mbed

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