Skip to content

Instantly share code, notes, and snippets.

View guilhermelimait's full-sized avatar
🎯
Focusing

Gui Lima guilhermelimait

🎯
Focusing
View GitHub Profile
@guilhermelimait
guilhermelimait / Arduino Song
Created May 7, 2019 02:53 — forked from eznj/star_wars.ino
Arduino Star Wars Song for Piezo
**/
const int c = 261;
const int d = 294;
const int e = 329;
const int f = 349;
const int g = 391;
const int gS = 415;
const int a = 440;
const int aS = 455;