Skip to content

Instantly share code, notes, and snippets.

@livingmentor
livingmentor / MortalKombat.ino
Last active January 30, 2022 00:08
Mortal Kombat Movie Theme Arduino
// Variables A1-A5 are reserved on Arduino, So I renamed my Ax notes to AAx.
// Rights to the song obviously don't belong to me. blah blah, legal words, blah blah.
const int C2 = 65;
const int Db2 = 69;
const int D2 = 73;
const int Eb2 = 78;
const int E2 = 82;
const int F2 = 87;
const int Gb2 = 93;