Changes

Jump to: navigation, search

Students/RyanGlasgow

7 bytes removed, 05:57, 20 March 2010
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); }
  for (int rowCounter = 0; rowCounter < 20; rowCounter++) {  
switch (mySong[rowCounter]) {
case 1:
}
}
 
void loop()
{
31
edits

Navigation menu