I only need help with 2, im useing ardino IDE 1)You have a setup with two LEDs (one red and the other green) and a button. Write an Arduino program that will blink the LEDs ON and OFF alternating (red ON green OFF then red OFF green ON etc.) with a one half second delay between blinks for as long as you hold down the button. When you release the button, both LEDs should be OFF. You can pick what pins activate the LEDs and what pin senses the button press. You should also include comments to tell what the program is doing. Copy and paste the complete code for your program into the answer. 2)Beginning with your program for Question #1, modify the program so that the red LED stays ON after the blink cycle for the first button press (i.e., when you release the button), then the green LED stays on after the cycle for the second button press. Then that sequence should continue for subsequent button presses. Again, include comments to indicate what is happening in your code. Copy and paste your complete code into the answer.
I only need help with 2, im useing ardino IDE
1)You have a setup with two LEDs (one red and the other green) and a button. Write an Arduino program that will blink the LEDs ON and OFF alternating (red ON green OFF then red OFF green ON etc.) with a one half second delay between blinks for as long as you hold down the button. When you release the button, both LEDs should be OFF. You can pick what pins activate the LEDs and what pin senses the button press. You should also include comments to tell what the program is doing. Copy and paste the complete code for your program into the answer.
2)Beginning with your program for Question #1, modify the program so that the red LED stays ON after the blink cycle for the first button press (i.e., when you release the button), then the green LED stays on after the cycle for the second button press. Then that sequence should continue for subsequent button presses. Again, include comments to indicate what is happening in your code. Copy and paste your complete code into the answer.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images