Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I know what serial means or rather, I assumed that's what it meant. However the answer is dependant on if it's MSB or LSB first. There is also a third possibility - the bits are shifted the same way as the register. So, three possible answers due to an incomplete question.Serial means that you give 1 bit to the register per 1 clock cycle (1 shift).
What about when shifting left?Does not matters. You always shift the LSB first into the MSB of the register.