Skip to content

Instantly share code, notes, and snippets.

View t1b00's full-sized avatar

thibaultc t1b00

  • EPFL
View GitHub Profile
@gskielian
gskielian / Mario.ino
Created August 1, 2013 21:44
Mario Theme in Arduino: )
tone(9,660,100);
delay(150);
tone(9,660,100);
delay(300);
tone(9,660,100);
delay(300);
tone(9,510,100);
delay(100);
tone(9,660,100);
delay(300);