Persistence of Vision (POV) made easy.

Dependencies:   m3pi mbed-rtos mbed

Revision:
2:ba75502c4fdd
Parent:
1:38b399821b54
--- a/pov.h	Fri May 27 16:51:29 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#ifndef M3PI_POV
-#define M3PI_POV
-
-#include "mbed.h"
-
-
-class pov: public Stream {
-    
-public:
-
-    /** Create the pov object connected to default pins.
-    * 
-    */
-    pov();
-    
-    /** Create the pov object connected to specific pins.
-    * 
-    *   @param l1 LED 1, default is p13.
-    
-
-#endif //M3PI_POV
\ No newline at end of file