Question: CoursHeroTranscribedText: 1. Write a C program for the Arduino which will monitor the keyboard for inputs of A, B, C, D, E, F, and G.

CoursHeroTranscribedText: 1. Write a C program for the Arduino which will monitor the keyboard for inputs of A, B, C, D, E, F, and G. Depending upon which key was pressed use the timer to generate a square wave on PortB.6 of the ATmega2560 (Arduino Digital pin 12) of the appropriate frequency for the based on the table below. The note should last until another key is pressed, at which time the new note will be played. If the 'q' key is pressed the note should stop playing. For debugging purposes, use of the Arduino Serial Library is permitted for this lab. Use the file merial echo example. ino as an example of serial 1/O. Your program must contain a function which takes the frequency as an input, and then configures and runs the timer. This function must work for all notes listed in the table. It does not have to work for all possible frequencies
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
