This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() { |