A few classes to interface one or more ShiftBrite module to the FRDM KL25Z.

Dependencies:   mbed

Revision:
4:d2f8ddb423e2
Parent:
3:9376bf1f1bbd
--- a/movie.h	Wed Aug 20 08:11:28 2014 +0000
+++ b/movie.h	Wed Aug 20 09:26:42 2014 +0000
@@ -27,7 +27,7 @@
 *            0,0,0,    0,0,0,    0,0,0,    1023,0,0, 0,0,0,    0,0,0,     //Frame 7
 *            0,0,0,    0,0,0,    1023,0,0, 0,0,0,    0,0,0,    0,0,0,     //Frame 8
 *            0,0,0, 1023,0,0,    0,0,0,    0,0,0,    0,0,0,    0,0,0      //Frame 9
-*        /A simple 'cylon' scanner 'movie'    
+*        //A simple 'cylon' scanner 'movie'    
 *        };
 *    
 *        Serial PC(PTA2, PTA1);//
@@ -50,7 +50,7 @@
 *
 *            movie myMovie(aMovie,sbDisplay,sizeof(aMovie));
 *            myMovie.setRepeat(1);
-*            t.attach(&myMovie,&movie::play,0.05);//Beware, if you go too fast here the MBED will crash
+*            t.attach(&myMovie,&movie::play,0.05);//Call movie() every 0.05 seconds.Beware, if you go too fast here the FRDM will crash
 *
 *            while(1){
 *            }