RGB led thing

Dependencies:   RGB-driver mbed

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