i want to change sound to the one above
while(keypressedx == NO_KEY){
tone(buzzer, 1000); //You can modify the tone or make your own sound
delay(100);
tone(buzzer, 2000);
delay(100);
lcd.clear();
i want to change sound to the one above
while(keypressedx == NO_KEY){
tone(buzzer, 1000); //You can modify the tone or make your own sound
delay(100);
tone(buzzer, 2000);
delay(100);
lcd.clear();