Arduino programming exercises using Uno Microcontroller Write a program that lights a green LED attached to pin 3. The green LED should turn off after a button attached to pin 4 has been pushed and released 3 times. Each time the button is pushed it will turn on a red LED attached to pin 7 and turn off a yellow LED attached to pin 9.  When the button is not pushed the red LED will be off and the yellow LED will turn on. Assume the button is wired active low.     Turn on green LED Leave it on Turn on yellow LED Leave it on Check the state of the button If the button is pressed             Add 1 to a counter variable             Turn off yellow LED             Turn on red LED             After the button is pressed, turn on yellow LED, turn off red LED If the counter is 3 or more (>2)             Turn off green LED

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 24PE: 24. A piece of wire is to be bent in the form of a rectangle to put around a picture frame. The...
icon
Related questions
Question

Arduino programming exercises using Uno Microcontroller

Write a program that lights a green LED attached to pin 3. The green LED should turn off after a button attached to pin 4 has been pushed and released 3 times. Each time the button is pushed it will turn on a red LED attached to pin 7 and turn off a yellow LED attached to pin 9.  When the button is not pushed the red LED will be off and the yellow LED will turn on. Assume the button is wired active low.  

 

Turn on green LED

Leave it on

Turn on yellow LED

Leave it on

Check the state of the button

If the button is pressed

            Add 1 to a counter variable

            Turn off yellow LED

            Turn on red LED

            After the button is pressed, turn on yellow LED, turn off red LED

If the counter is 3 or more (>2)

            Turn off green LED

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Power System
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage