Contains classes which are able to change the color of a LED

Dependents:   RGB

Revision:
0:8fd12f8121c1
diff -r 000000000000 -r 8fd12f8121c1 Heartbeat.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Heartbeat.h	Mon Jan 18 18:51:35 2016 +0000
@@ -0,0 +1,16 @@
+
+#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