Hi everyone,

I am currently in the works of making a car product where I need to make LED's sequence down a line. i.e 0=off 1=on so...

0000
1000
1100
1110
1111
0111
0011
0001
0000

I think I have come up with a good code but I don't know how to increment the PIN number in my code during a DO LOOP. Each LED is driven by one output and so I need to increment the outputs to sequence them. Will I have turn on the LED from one output in one LOOP then do another in another LOOP and so on?

If I'm not clear then I'll try to explain it better.

-Brad