// Tone simpelint speakerpin = 8;void setup (){ tone(8, 93,1000); //tone(pin, frequency, duration) delay(1000); tone(8, 1047,1000);}void loop (){ }