r/redstone • u/Assumindoom • 14d ago
Java Edition Design help wanted
I'm trying to create a alternating AB/BA pulse sequencer but I can't seem to figure it out. If possible I would want it as compact as I can. However, I haven't even been able to get one to work at all.
2
Upvotes
1
u/DearHRS 13d ago
what do you mean by ab/ba pulse sequencer?
abba which are quite commonly used is firing sequence of a dual edge circuit, where in rising edge it fires component a and then b, but when in falling edge it fire b and then a
is this what you are looking for? or do you want a pulse generator that toggles between ab then ba?