Comment on Shift register missing bits
mvirts@lemmy.world 1 year agoMaybe I’m getting ahead of myself, but maybe try using digitalWrite for a single bit instead of shiftDataOut?
Comment on Shift register missing bits
mvirts@lemmy.world 1 year agoMaybe I’m getting ahead of myself, but maybe try using digitalWrite for a single bit instead of shiftDataOut?
quiescentcurrent@discuss.tchncs.de 1 year ago
Good idea, I’ve tried usleep after all lines, but no change…