Hi guys,
I'm using the 74HC595(http://www.ti.com/lit/ds/symlink/sn74hc595b.pdf)
for a project.
the issue is that since the output-enable(OE) needs to be connected to ground,
all the leds are immediately turned on the moment i switch my circuit on for at-least a half a second
until the Arduino is fully booted up and the code has kicked in to pull the OE to HIGH, in order to turn off the outputs.
Although i don't mind the the microseconds or the milisesonds it takes the arduino to boot up,
I was wondering if there were wirings ideas i could do to keep the OE high until the arduino is fully on to drive the chip.
I just don't want to see any led on the moment i power on the circuit.
I know i could connect the OE directly to vcc but that's nonsense since there wouldn't be any way of enabling the output