Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of scoreLight_Advanced by
Diff: simpleLaserRenderer.h
- 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;
};
