Skip to content

Instantly share code, notes, and snippets.

View Ed7527's full-sized avatar

Edward Torpy Ed7527

View GitHub Profile
@Ed7527
Ed7527 / humanMusic.ino
Created September 3, 2017 05:15
Human Music setup pin 2 as output
void setup() {
// put your setup code here, to run once:
pinMode(2, OUTPUT);
}
void loop() {
// put your main code here, to run repeatedly:
//c
tone(2, 262, 100);