Persistence of Vision (POV) made easy.

Dependencies:   m3pi mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
sdanziger
Date:
Fri May 27 15:19:20 2016 +0000
Child:
1:38b399821b54
Commit message:
prepublish commit;

Changed in this revision

pov.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pov.h	Fri May 27 15:19:20 2016 +0000
@@ -0,0 +1,21 @@
+#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