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:56:11 2016 +0000
Parent:
1:38b399821b54
Commit message:
add sublibraries to m3pi-pov library;

Changed in this revision

m3pi.lib Show annotated file Show diff for this revision Revisions of this file
m3pi_pov.h Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
pov.h Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/m3pi.lib	Fri May 27 15:56:11 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/chris/code/m3pi/#4b7d6ea9b35b
--- a/m3pi_pov.h	Fri May 27 16:51:29 2016 +0100
+++ b/m3pi_pov.h	Fri May 27 15:56:11 2016 +0000
@@ -2,6 +2,8 @@
 #define M3PI_POV
 
 #include "mbed.h"
+#include "m3pi.h"
+#include "rtos.h"
 
 class pov: public Stream {
     
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-rtos.lib	Fri May 27 15:56:11 2016 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#4c105b8d7cae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri May 27 15:56:11 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34
\ No newline at end of file
--- 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