void setup() {
// put your setup code here, to run once:
}
void loop() {
tone(A0,500,500);
tone(A0,700,500);
// put your main code here, to run repeatedly:
}
void setup() {
// put your setup code here, to run once:
}
void loop() {
tone(A0,500,500);
tone(A0,700,500);
// put your main code here, to run repeatedly:
}