Question: Exercise 4 : Program the following for a prospective arduino project: Required Instructions pinMode ( pin , INPUT _ PULLUP ) delay ( ) ,

Exercise 4: Program the following for a prospective arduino project:
Required Instructions
pinMode(pin, INPUT_PULLUP)
delay()
, analogWrite()
digitalRead()
if
tone()
noTone()
Serial.begin ()
Serial.print()
Serial.println()
Serial.available()
Serial.read()
switch case
Write a program that uses the serial port at a speed of 115,200 bps.
If the button 1 is pressed the program will print your first name
If the button 2 is pressed the program will print your last name
You will constantly check the serial port when you receive a character, an action will be taken.
\table[[Char,Action],["Z",Buzzer will play 1KHz sound],["z",Buzzer will stop]]
Open the serial monitor to check the operation of your program
 Exercise 4: Program the following for a prospective arduino project: Required

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!