Library for led

RGB LED library

users/gimohd/code/LED/

[Not found]

Revision:
0:5368b27ca9d0
diff -r 000000000000 -r 5368b27ca9d0 lib/PoliceLight.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/PoliceLight.h	Thu Dec 10 15:06:29 2015 +0000
@@ -0,0 +1,23 @@
+
+#ifndef POLICELIGHT_H
+#define POLICELIGHT_H
+
+#include "Effect.h"
+#include "PoliceLight.h"
+#include "RGB.h"
+#include "Color.h"
+
+class PoliceLight : public Effect {
+   public:
+        /** Creates an effect named PoliceLight
+         *
+         * @param led An instance of the led class
+         */
+        PoliceLight(RGB* led);
+        /** Runs the policelight effect
+         */
+        void run();
+        
+};
+
+#endif
\ No newline at end of file