void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
tone(8, 262, 1000); // Plays 262Hz tone for 1 second; buzzer on pin 8
}
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
tone(8, 262, 1000); // Plays 262Hz tone for 1 second; buzzer on pin 8
}