Skip to content

Instantly share code, notes, and snippets.

@whichlight
Created September 23, 2012 15:53
Show Gist options
  • Select an option

  • Save whichlight/3772107 to your computer and use it in GitHub Desktop.

Select an option

Save whichlight/3772107 to your computer and use it in GitHub Desktop.
minimal tone example
// http://arduino.cc/en/Reference/Tone
void setup() {
// iterate over the notes of the melody:
}
void loop() {
tone(8, 2000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment