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

Commit

Permalink
So close
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed Oct 17, 2018
1 parent 4b42fd4 commit aa2f843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Joe/Tumbler Bot/TumbleBot Basic/source.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task main()
i++;
}

easyGas(0, 100, 5, 1); //Accelerate from 0, to 100, in time increments of 5ms, forward.
delay(4000); //magic delay for the leangth of the
easyGas(100, 0, 5, -1); //Accelerate from 100, to 0, in time increments of 5ms, backward.
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
easyGas(100, 0, 15, -1); //Accelerate from 100, to 0, in time increments of 5ms, backward.
}

0 comments on commit aa2f843

Please sign in to comment.