Skip to content

Instantly share code, notes, and snippets.

heres somethin you wish you never downloaded..
Get your little piezo buzzer and connect the - to gnd on redboard and connect + to pin 13 on redboard
import code on the arduino project in the arduino software (preferably new project) and CTL+C and CTL+V on arduino software.
lazily put together code here:
void setup() {
pinMode(13, OUTPUT);
}
void loop() {
@shrekster2
shrekster2 / ET-lawnmower.ino
Last active December 12, 2018 02:38
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() {