Thanks Henrik. That does clear somestuff up. I put a logic probe on the pins and sure enough they do what you say they do. I was making it more complicated than it actually was. I do have the...
Type: Posts; User: queenidog; Keyword(s):
Thanks Henrik. That does clear somestuff up. I put a logic probe on the pins and sure enough they do what you say they do. I was making it more complicated than it actually was. I do have the...
So why, if the PIC is driving the clock does the Shiftout command even need that parameter? Is the port associated with it (in your example PortB.2 or PortD.0) just a "holding place" for it or is...
I have a question about the Shiftout command in PBP3. Here is the command:
SHIFTOUT DataPin, Clockpin, Mode, [Var]
I understand the variable is taken and the bits are shifted out one at a time...