Skip to content

Commit

Permalink
timing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phooky committed Sep 16, 2012
1 parent c98a01c commit 90ad390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teensytype/teensytype.ino
Expand Up @@ -309,7 +309,7 @@ void setShift(bool shift) {
delay(160);
if (!shift) {
// There's a lot of bounce coming out of shift!
delay(50);
delay(150);
}
disableSolenoids();
}
Expand Down

0 comments on commit 90ad390

Please sign in to comment.