Hi, I am unable to write the logic for the statement "whenever a switch is pressed the LED has to glow.If the switch is pressed for the 2nd time the next led should glow and so on".Please help me..:-(
So - you wouldn't have gotten this assignment without also have received some instructions in either assembler or C programming.
What have you tried? What did happen? What did you expect to happen?
Note that it really is not enough to specify "ARM" - the code to detect an input or control an output depends on what _specific_ processor you are using.
Before writing, try thinking...
I am unable to write the logic for the statement "whenever a switch is pressed the LED has to glow.If the switch is pressed for the 2nd time the next led should glow and so on".
if switch pressed, led_number++ illuminate led_number LEDs