Comment on Shift register missing bits

<- View Parent
quiescentcurrent@discuss.tchncs.de ⁨1⁩ ⁨year⁩ ago

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;

source
Sort:hotnewtop