Skip to content

Instantly share code, notes, and snippets.

View boysonhudson's full-sized avatar

Boys On Hudson boysonhudson

  • New York, NY
View GitHub Profile
@boysonhudson
boysonhudson / laser_harp.ino
Created October 23, 2017 19:24
Laser Harp Arduino Code
int photoDiode1 = HIGH;
int photoDiode2 = HIGH;
int photoDiode3 = HIGH;
int photoDiode4 = HIGH;
int photoDiode5 = HIGH;
int photoDiode6 = HIGH;
int photoDiode7 = HIGH;
void setup() {
Serial.begin(9600);