napierzaza Posted June 11, 2008 Report Posted June 11, 2008 ; Pin = 0 for the D7 output pin of the shift register; Pin = 1 for the D6 output pin of the shift register; ...; Pin = 7 for the last output pin (D0) of the shift registerIs the above true? So it's a mirror of not only the obvious, but also the DIN setup? Quote
stryd_one Posted June 11, 2008 Report Posted June 11, 2008 SR Pins are numbered that way :)Re: DOUT pins backwards? Quote
nILS Posted June 11, 2008 Report Posted June 11, 2008 As this is directly taken from TK's source code - yes it is true and yes, it is "mirrored" compared to the DIN setup. See: http://www.midibox.org/forum/index.php/topic,8518.msg59674.html#msg59674DOUT:; Pin = 0 for the D7 output pin of the shift register; Pin = 1 for the D6 output pin of the shift register; ...; Pin = 7 for the last output pin (D0) of the shift registerDIN:; Pin = 0 for the D0 input pin of the shift register; Pin = 1 for the D1 input pin of the shift register; ...; Pin = 7 for the last input pin (D7) of the shift registeredit: Beaten. As usual. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.