Re: Need to generate sequence 001, 010, 100, 001, 010, 100, ...



On Apr 29, 7:38 am, "jalb...@xxxxxxx" <jalb...@xxxxxxx> wrote:
I am looking for the simplest collection of logic chips that would
produce the sequence 001, 010, 100, 001, 010, 100, ...

I know that a PIC could be programemd to do this.

Any help would be greatly appreciated.  Thanks

A simple shift register and the output changes with the clock input.
How you clock it is up to you. The last bit is wired back to the first
data in...

Cheers
.