Skip to content

Instantly share code, notes, and snippets.

@grandinquisitor
Last active November 1, 2019 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grandinquisitor/a87f764acc1dd908b21e5cdbf5ea23a2 to your computer and use it in GitHub Desktop.
Save grandinquisitor/a87f764acc1dd908b21e5cdbf5ea23a2 to your computer and use it in GitHub Desktop.
// 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