This profile is from a federated server and may be incomplete. Browse more on the original instance.
Hey friends,...
quiescentcurrent, 1 year ago You’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?
quiescentcurrent, 1 year ago Good idea, I’ve tried usleep after all lines, but no change…
Good idea, I’ve tried usleep after all lines, but no change…
quiescentcurrent, 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;
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;
Shift register missing bits (discuss.tchncs.de)
Hey friends,...