Description
A shift register is a device that can record the state of an input a number of times and output each one of the recordings on separate pins. Imagine reading a binary value and writing it down on a piece of paper, then setting some switches to the state of the binary value. for example:
147 = 10010011
so the outputs would be:
1 0 0 1 0 0 1 1
Reviews
There are no reviews yet.