minus-squareFuzzChef@feddit.detoAsk Electronics@discuss.tchncs.de•Shift register missing bitslinkfedilinkEnglisharrow-up1·2 years agoWhat does shiftDataOut do? You loop over it but you give the whole byte to it anyway in each loop. linkfedilink
minus-squareFuzzChef@feddit.detoAsk Electronics@discuss.tchncs.de•Shift register missing bitslinkfedilinkEnglisharrow-up2·edit-22 years agoI think what he refers to is that you seem to do a bitwise or for the second line instead of the bitwise and. linkfedilink
What does shiftDataOut do? You loop over it but you give the whole byte to it anyway in each loop.