quiescentcurrent
@quiescentcurrent@discuss.tchncs.de
This is a remote user, information on this page may be incomplete. View at Source ↗
- Submitted 1 month ago to technology@lemmy.world | 16 comments
- Comment on This tool for finding bad USB-C cables 9 months ago:
Not sure what else, but the thing can tell you if a cable is USB2.0, USB3.0/3.1/… or just for charging.
- Submitted 9 months ago to technology@lemmy.world | 33 comments
- Comment on Vintage Mac Community Begs Manufacturers for New Supply of Rare Dongle as Resellers Charge $250 1 year 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?
- Comment on Shift register missing bits 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;
- Comment on Shift register missing bits 1 year ago:
Good idea, I’ve tried usleep after all lines, but no change…
- Comment on Shift register missing bits 1 year ago:
You’re probably right, but that should only change the order of the outputs right?
- Submitted 1 year ago to askelectronics@discuss.tchncs.de | 15 comments