This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static const Beeper::Tone ode_an_die_freude_tone_seq[60] = { | |
{.note = MusicalNotes::B4, .len = 200}, | |
{.note = MusicalNotes::Pause, .len = 50}, | |
{.note = MusicalNotes::B4, .len = 200}, | |
{.note = MusicalNotes::Pause, .len = 50}, | |
{.note = MusicalNotes::C5, .len = 200}, | |
{.note = MusicalNotes::Pause, .len = 50}, |
OlderNewer