const int M=8; void setup(){ } void loop(){ for(int i=0;i<10;i++) { tone(M,988); delay(600); tone(M,1318); delay(800); tone(M,988); delay(600); tone(M,1318); delay(800); tone(M,262); delay(500); tone(M,500); delay(500); tone(M,587); delay(500); tone(M,554); delay(500); tone(M,523); delay(500); tone(M,622); delay(500); tone(M,262); delay(500); tone(M,659); delay(500); } noTone(M); delay(2000); }