Skip to content

Commit

Permalink
demo_taps_improved replay immediately starts with your pattern's firs…
Browse files Browse the repository at this point in the history
…t tap
  • Loading branch information
dhiltonp committed Feb 9, 2013
1 parent 9260be5 commit c28c9e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ void loop()
Serial.print(recording[i]);
Serial.print(" ");
}

recording[nTaps] = loops; // End time
Serial.println(recording[nTaps]);
loops = 0;
Expand Down

0 comments on commit c28c9e2

Please sign in to comment.