This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |