-->
Page 1 of 1

for next step

PostPosted: Sat Jan 30, 2016 9:31 pm
by viscomjim
Would it be possible to add the "step" to the for next loop. ie, for x = 255 to 1 step -1, or for z = 2 to 200 step 2????

Thanks Mike!!!

Re: for next step

PostPosted: Sat Jan 30, 2016 10:46 pm
by WMARCHEWKA
for (int thisPin = 2; thisPin < 8; thisPin+=2)