Question: Arduino Uno code help : Build a system that uses a push button as input and the on-board LED on pin 13 as output. The
Arduino Uno code help :

Build a system that uses a push button as input and the on-board LED on pin 13 as output. The system will react to a button pressed event by using external interrupts on pin 2 of the Arduino board. Initially, the LED will be turned off: once a user presses the push button, an interrupt will be triggered setting the state of the button to pressed. Once pressed, the software will turn the LED on, wait 3 seconds, and turn it off again. This behavior will be repeated every time the button is pressed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
