31
edits
Changes
→Final Project: FingerHero
VIS147A
*/
int score = 0;
void setup() {
Serial.begin(9600);
int mySong[20]={1,3,2,3,1,2,3,2,1,2,1,3,1,2,1,3,1,3,2,3};
// initialize the digital pin as an output:
for (int pinCount = 0; pinCount < 12; pinCount++) { pinMode(pinCount, OUTPUT); }
switch (mySong[rowCounter]) {
case 1:
}
}
void loop()
{