quiescentcurrent

joined 2 years ago
[–] [email protected] 14 points 2 years ago

I could design and produce a small batch of those adaptors.

Would anyone be interested in getting a prototype and helping to test it?

[–] [email protected] 1 points 2 years 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;

[–] [email protected] 2 points 2 years ago

Good idea, I've tried usleep after all lines, but no change..

[–] [email protected] 1 points 2 years ago

You're probably right, but that should only change the order of the outputs right?

view more: ‹ prev next ›