Hi, i have an LED flash machine thing, it has 8 LED lights, it has 8 modes and each mode flashes the LEDs in a different order, i have it on the wall and it can be quite difficult to press the switch at times, i would like to change it somehow so that when i turn it on it goes straight to the "7th" mode, i have enclosed pictures, would anyone be able to assist and tell me how this is done? Thanks
I cannot see another way to do that than adding before this button an external circuitry that performs an one-shot counter modulo 7, what means, generate 7 pulses each time the button is pressed.
Should get more details about the circuit and its firmware to know the debouncing time required, but I presume somewhat on the order of 50 milliseconds could suffice for each pulse.
The 50ms I suggested refers to the interval starting of each pulse, so that you could for instance define 25ms on high level and 25ms on low level. Anyway, that´s based on supposition. Take in mind you gave any additional information concerning to the circuit.
In order to give you a reliable answer, need more details, as asked above. Unfortunately, the easiest way I can see to do that would be doing that by some external micorcontroller.