This file contains hidden or 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
// 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; |