quiescentcurrent@discuss.tchncs.detoAsk Electronics@discuss.tchncs.de•Shift register missing bits
·
1 year agoYou're probably right, but that should only change the order of the outputs right?
You're probably right, but that should only change the order of the outputs right?
You're 100% right, I've lost 'i' somewhere in my debugging process
byte upper_byte = input_bin >> (8+i) ; byte lower_byte = (input_bin >> i) & 0x00FF;