Arduino UNO microcontroller

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (3 votes)

1. Write a program for the Arduino UNO microcontroller to turn an LED at pin 5 on for 1.75 sec, then
turns off, for one time only.
Write a multi-line comment at the top of the program. Include on the first line your name,
student number and date. Include the unit # and ex# on the second line.
And on the third line, include a description of the program.

Write single line comments after each line of the program.

2. Write a program for the Arduino UNO microcontroller to turn an LED at pin 10 on for 1.25 sec,
and off for 2.75 sec., continuously and repeatedly.

Write a multi-line comment at the top of the program. Include on the first line your name,
student number and date. Include the unit # and ex# on the second line.
And on the third line, include a description of the program.

Write single line comments after each line of the program.

3. Write a program for the Arduino UNO microcontroller to turn an LED at pin 2 on and off repeatedly.
The on / off times are as follows:

It should closely match the on / off time of the pedestrian crossing
light that flashes on and off, located between the H building and
the Student Center to the east.
Write a multi-line comment at the top of the program. Include on
the first line your name, student number and date. Include the
unit # and ex# on the second line. And on the third line, include
a description of the program. Write single line comments after
each line of the program.