Hello- is it possible to program the following sequence with an Arduino:
- button 1 pressed
- LED 1 lights
- button 2 pressed
4.LED 2 lights and LED 1 stays on - button 3 pressed
6 LED 3 lights and LED 1 and 2 remain on
I have reviewed several things at one time (Demonstration code for several things at the same time - Project Guidance - Arduino Forum) but that does not seem to align with the goal for this program.
Currently, my sequence of if/else statements turns on LED1 and then turns it off before button two can be pressed.
Any advice is appreciated.
Thanks, RM