Skip to content

Instantly share code, notes, and snippets.

@shrekster2
Last active December 12, 2018 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrekster2/283f690f39bed145283b471bacace541 to your computer and use it in GitHub Desktop.
Save shrekster2/283f690f39bed145283b471bacace541 to your computer and use it in GitHub Desktop.
Arduino ET having sex with a lawnmower
Oh god, its a arduino buzzer thing and it is good for giving your parents headaches and much more painfull sins,
Play this and that will happen.
Code:
void setup() {
pinMode(13, OUTPUT);
}
void loop() {
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
tone(13, 999);
delay(80);
tone(13, 100);
delay(80);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment