Estoy buscando un circuito que pueda encender / apagar 10 LEDs según el interruptor que se presiona (presionar para encender, soltar para apagar). Es como un gráfico LED.
Mi requisito es:
- Initially no LED is ON.
- If switch 1 is pressed then LED 1 turns ON LEDs 2 to 10 turns OFF
- If switch 2 is pressed then LEDs 1 to 2 turns ON and LEDs 3 to 10 turns OFF
- If switch 5 is pressed then LEDs 1 to 5 turns ON and LEDs 6 to 10 turns OFF
- If switch 4 is pressed then LEDs 1 to 4 turns ON and LEDs 5 to 10 turns OFF
- If switch 3 is pressed then LEDs 1 to 3 turns ON and LEDs 4 to 10 turns OFF
and so on...
Los componentes pueden ser circuitos integrados o transistores, no importa, siempre y cuando esto se pueda lograr. Pero no Arduino por favor. Debería ser simple.
Gracias
Actualización 1: Olvidó mencionar que el estado de los LED debe mantenerse incluso después de que se suelte el interruptor a menos que se presione otro interruptor. Espero que esto tenga sentido.