for(i=0; i<2; i=i+1) { tone(8, 1220); delay(200); noTone(8); delay(200); tone(8, 980); delay(600); noTone(8); delay(500); }