Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
It works!
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed Oct 17, 2018
1 parent aa2f843 commit d043b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Joe/Tumbler Bot/TumbleBot Basic/source.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ task main()
}

easyGas(0, 100, 10, 1); //Accelerate from 0, to 100, in time increments of 5ms, forward.
delay(1100); //magic delay for the leangth of the
delay(1258); //magic delay for the leangth of the
easyGas(100, 0, 15, -1); //Accelerate from 100, to 0, in time increments of 5ms, backward.
}

0 comments on commit d043b11

Please sign in to comment.