Skip to content

Instantly share code, notes, and snippets.

View GonzoGhanem's full-sized avatar

Gonzalo Ghanem GonzoGhanem

View GitHub Profile
@tagliati
tagliati / marcha_imperial
Created February 11, 2012 20:42
Marcha imperial para arduino
int ledPin = 13;
//led for visualization (use 13 for built-in led)
int speakerPin = 11;
//speaker connected to one of the PWM ports
#define c 261
#define d 294
#define e 329
#define f 349