This example shows how to use the tone()
command to generate notes. It plays a little melody you may have heard before.
The code below uses an extra file, pitches.h. This file contains all the pitch values for typical notes. For example, NOTE_C4 is middle C. NOTE_FS4 is F sharp, and so forth. This note table was originally written by Brett Hagman, on whose work the tone() command was based. You may find it useful for whenever you want to make musical notes.
The main sketch is as follows:
To make the pitches.h file, either click on the button just below the serial monitor icon and choose "New Tab", or use Ctrl+Shift+N.
Then paste in the following code:
and save it as pitches.h
Last revision 2015/08/11 by SM