Hi,
SHIFTOUT/SHIFTIN are used for synchronous communications (unlike SEROUT/SERIN etc which are asyncrounous) which means that there one dataline and one clock line (and quite often a chip select)....
Type: Posts; User: HenrikOlsson; Keyword(s):
Hi,
SHIFTOUT/SHIFTIN are used for synchronous communications (unlike SEROUT/SERIN etc which are asyncrounous) which means that there one dataline and one clock line (and quite often a chip select)....
Hi,
DataPin and ClockPin are both physical pins on the device, for example PortB.2 and PortD.0.
Since the SHIFTOUT command is bit-banged and software timed you can select any pins you wish as long...