Rete sequenziale - Controllore di un semaforo

Implementing a sequential network to control a traffic light. Preliminary note: For simplicity's sake, we'll consider only the green and red lights. There is an intersection between two roads: North-South (NS) and East-West (EO). The traffic light can change its light every 30 seconds. There are sensors placed on each road that detect whether there is at least one car on the road. Therefore, the traffic light must change color (from red to green) if it is a waiting car. If there are cars on both roads, the traffic light will change at the end of the standard switching time. Construction of the finite state automaton, minimization using Karnaugh maps, and implementation of the circuit using https://logic.ly/