I am indeed using shiftout. I don't think I filly understand it though...I am a little inexperienced with these things.
I basically receive two numbers serially from my PC and using shiftout send them as a word to the serial latches. All is good. With my test LEDs if I send the number 45 to the latches the leds all light as expected like this: 101101
However I want to switch each LED on sequentially with a pause rather than in 1 go so the sequence would be like this:
000001
000101
001101
101101
After learning about bitwise AND I thought I could do it in a loop but so far I have failed.
I appreciate your help!
Bookmarks