Skip to content

Instantly share code, notes, and snippets.

@bmidgley
Created January 23, 2019 04:58
Show Gist options
  • Save bmidgley/e0f497cd34ff8ee645fe455700efccd3 to your computer and use it in GitHub Desktop.
Save bmidgley/e0f497cd34ff8ee645fe455700efccd3 to your computer and use it in GitHub Desktop.
void setup() {
// put your setup code here, to run once:
pinMode(15, OUTPUT);
pinMode(14, OUTPUT);
tone(15, 40);
tone(14, 40);
}
void loop() {
// put your main code here, to run repeatedly:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment