Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In C Arduino Please Q4) Create an Arduino program that uses enum to create 3 states and does the following in the states respectively: State
In C Arduino Please
Q4) Create an Arduino program that uses enum to create 3 states and does the following in
the states respectively:
State 1 - Starts a DC motor moving forward (this action should not stop)
State 2 - Waits for either your IR or Ultrasonic sensor to register an object within 10 centimeters.
State 3 - Turns the DC motor backwards for 1 second.
The program should run through the states in a repeating loop.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started