Hello,
I have a series of 7- 595 shift registers hooked up to my Arduino Uno board. I have set up these registers exactly the way they are set up in the shift out tutorial and I am able to turn whatever lights on I wish and have turned on all the lights at once so I know that the hardware is set up correctly. I just need some code that will turn on then off each light in sequence so I can make sure the lights are in the proper order.
I am sure that this is something easy to do, but my searches of the forum have not turned anything up and I am a programming n00b. I would assume that the answer would have something to do with the bitShift command, but I can't wrap my brain around getting this to transfer between shift registers.
I have made so much progress with my project and have learned a lot about Arduino programming, but this particular problem has brought my project to a standstill for a couple months. Thank you in advance for any help you can provide.
Heath