Hi,
If you have WORD sized variable and specify 12bits, MSBFIRST, one might think that it would shift out bits 15-4 but it doesn't. It shifts out bits 11-0. With LSB first it shifts out bits 0-11. ...
SHIFTOUT is a software-based command and does not require that the target device have synchronous serial capability. The ClockPin and DataPin parameters...
Since I've almost finished development of this clock, including hardware side, and I want to post an instructable, I want to make my code a bit tidy also. I have made several screen update routines,...
Re: Shiftout question about the manual statement
I assume you are correct, thanks but I really think that could be worded much more clearly if so.
dsicon Today, 17:03The manual says SHIFTOUT is about 50kHz clock dependent on osc freq, what is 50k based on osc...