Making the world a better place, one Evil Mad Scientist at a time.
Maintenance notice:
These forum archives are read-only, and will be removed shortly.
Please visit our forums at their new location, https://www.evilmadscientist.com/forums/.
As you refer to functions, am I correct in hoping that the syntax would be something like:
void setup()
{
CUT.HardwareInit(); // Call this to init the hardware.
CUT.Clear(); // Erase the entire frame buffer.
}
void to_Eng_Yard()
…
The idea of using a processor with additional memory is the easiest method, so far, to increase run time.
More Memory = More Run Time.
To illustrate how I am applying the Peggyboard I will give an overview in pseudo-code.
The code snippet, in the fi…