Skip to content

Instantly share code, notes, and snippets.

View Sharkbyteprojects's full-sized avatar
🐋
Focusing

Sharkbyteprojects Sharkbyteprojects

🐋
Focusing
View GitHub Profile
@Sharkbyteprojects
Sharkbyteprojects / star_wars.ino
Last active November 30, 2021 12:39 — forked from eznj/star_wars.ino
Arduino Star Wars Song
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;
const int b = 466;
const int cH = 523;