EasyManua.ls Logo

Eckstein komponente KS0530 - Page 109

Default Icon
160 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
109
void loop () {
birthday();
}
////////////////////////Set the song
Happy Birthday to You
/////////////////////////////////
void birthday()
{
tone(buzzer, 294); //buzzer outputs a sound with 294Hz
delay(250);//delay in 250ms
tone(buzzer, 440);
delay(250);
tone(buzzer, 392);
delay(250);
tone(buzzer, 532);
delay(250);
tone(buzzer, 494);
delay(500);
tone(buzzer, 392);
delay(250);
tone(buzzer, 440);