Skip to content

Instantly share code, notes, and snippets.

@Pietruz3000
Pietruz3000 / Fur Elise - Arduino Buzzer
Created April 16, 2017 13:20
This is the program for arduino of the song "Fur Elise". You can play it with an arduino, a buzzer and, if you want, a led. Enjoy the program! :)
// Musical Notes
#define NOTE_B0 31
#define NOTE_C1 33
#define NOTE_CS1 35
#define NOTE_D1 37
#define NOTE_DS1 39
#define NOTE_E1 41
#define NOTE_F1 44
#define NOTE_FS1 46
#define NOTE_G1 49