Last active
November 1, 2019 01:10
-
-
Save grandinquisitor/a87f764acc1dd908b21e5cdbf5ea23a2 to your computer and use it in GitHub Desktop.
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
// composed by TwinkleTwinkie | |
const Note NOTES[] PROGMEM = { | |
{851, 1} , {0, 1} , {758, 1} , {0, 1} , {638, 1} , {0, 1} , {638, 1} , {0, 1} , | |
{638, 1} , {0, 1} , {638, 1} , {0, 2} , {638, 1} , {638, 1} , {0, 1} , {851, 1} , | |
{0, 1} , {758, 1} , {0, 1} , {638, 1} , {0, 1} , {638, 1} , {0, 1} , {638, 1} , | |
{0, 1} , {638, 1} , {0, 2} , {638, 1} , {0, 2} , {851, 1} , {0, 1} , {758, 1} , | |
{0, 1} , {638, 1} , {0, 1} , {638, 1} , {0, 1} , {638, 1} , {0, 1} , {638, 1} , | |
{0, 2} , {638, 1} , {0, 2} , {638, 1} , {0, 1} , {638, 1} , {0, 1} , {676, 1} }; | |
#define APPLY_DURATION(x) (x << 7) - x - x - x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment