Shift out has two pins Clock, Data
I am curious what state shiftOut starts in, and ends in.
what I mean is: When you call shiftOut, does it start by lowering the Clock, Data pins, or does it just start in whatever state you gave it? When shiftOut ends, does it end with the Clock and Data pins low?
I am trying to use shiftOut to control a chip, and I need to understand how shiftOut will work in the middle of all my commands. I have looked at the tutorial but I didn't quite pull an answer to my question out of it.
Thanks! Lucas