Add the following snippet to your HTML:<iframe frameborder='0' height='385' scrolling='no' src='https://www.hackster.io/wake_peters/annoy-bot-ae3bc8/embed' width='350'></iframe>
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 }
Please log in or sign up to comment.
Comments
Please log in or sign up to comment.