This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A fun sketch to demonstrate the use of the Tone library. | |
// To mix the output of the signals to output to a small speaker (i.e. 8 Ohms or higher), | |
// simply use 1K Ohm resistors from each output pin and tie them together at the speaker. | |
// Don't forget to connect the other side of the speaker to ground! | |
// You can get more RTTTL (RingTone Text Transfer Language) songs from | |
// http://code.google.com/p/rogue-code/wiki/ToneLibraryDocumentation | |
/************************************************* |