Is there anything wrong with this code? I am trying to make each set of [i] read like this:
0,200,0,200,0,200,0,200... ect. for some reason the numbers are not being set correctly.
for (i = 0; i < loopCount1; i++)
{
for (j = 0; j < loopCount2; j++)
{...