Skip to content

Instantly share code, notes, and snippets.

View astoeckel's full-sized avatar

Andreas Stöckel astoeckel

View GitHub Profile
@astoeckel
astoeckel / C++
Created January 17, 2024 00:01
"Ode an die Freude" in C++ for my Hotplate AVR Firmware...
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},