const unsigned int notes_intro[] = {
NOTE_E4,
NOTE_C4,
NOTE_G4,
0,
NOTE_G3,
};
const unsigned long interval_intro[] = {
50,
100,
200,
400,
800