Alvaro Cassinelli / Mbed 2 deprecated skinGames_forktest

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
13:9f03eac02700
Parent:
9:3321170d157c
Child:
14:0fc33a3a7b4b
--- a/simpleLaserRenderer.h	Thu Apr 12 08:38:44 2012 +0000
+++ b/simpleLaserRenderer.h	Thu Apr 12 09:50:47 2012 +0000
@@ -39,7 +39,11 @@
     int currentColor;
     unsigned short x,y; // auxiliary variables storing mirror position(0-4096)
     
-    bool endedDisplay;
+    // New method to check complete display of one loop:
+    unsigned char configTotalPoints;
+    unsigned char pointDisplayCounter;
+    bool endedFullDisplay();
+    void startFullDisplay();
     
     int waitNormal, waitLaser, waitFirst, waitLast;
 };