Write an Arduino program for an LED connected to pin 3 to blink 7 times with a delay of 0.75 sec, then stays off. Use the FOR loop, and an increment of one.
- Include your name, date, and description of program at the top under comments. Include comments for each program line.
Modify the program of Ex 1 for a decrement of one.
Modify the program of Ex 1 for an increment of two.