Add the following snippet to your HTML:
Funny prank on friends and family
Read up about this project on
long end in 11
make a disguise mine is a old sock
int buzzer = 11; void setup() { } void loop() { tone (buzzer, 400); // this is just the tone delay (500); // 1/2 a second is how long it is on noTone (buzzer); // this is telling us it is off delay (60000); // 60 seconds is how long it is off }
Comments