Light Controller switch

Thread Starter

gindox

Joined Jul 13, 2010
2
Hi,

I am trying to design a circuit that controls a light.
Having three switches, whenever one of the switches is pressed, the light switches from OFF to ON, or vice versa. There should be also an enable switch, that prevents the light from changing its state.
D flip-flops shall be used.
 

Thread Starter

gindox

Joined Jul 13, 2010
2
Well I can easy do an XOR on the thee signals from the switches, that will detect if any of there was a switch that has been switched on or off.

I just don't know how to implement the design of an enable switch that will hold any of the current states.
 
Top