Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
xmeow committed Jan 15, 2018
1 parent f9b8ab5 commit 265d84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ namespace robotbit {
}
setFreq(100);
let delay = 5120 * turn * track / 360 / diameter;
serial.writeValue("x", delay)
setStepper(1, delay < 0);
setStepper(2, delay > 0);
delay = Math.abs(delay);
Expand Down

0 comments on commit 265d84b

Please sign in to comment.