Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Refactor setupClassic.js code
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyAdam committed Dec 13, 2023
1 parent acbf2d4 commit dca43b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mini-mecha-code/static/setupClassic.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ const code = `let void entry () {
setSpeed(10)
loop count < 4
{
Forward 3000
Clock 90
Forward 3000
Clock 90
count = count + 1
count = count + 1
}
Clock 180
Forward 1500
count = 0
loop count < 20
{
Forward 400
Clock 18
count = count + 1
Forward 400
Clock 18
count = count + 1
}
}
`;
Expand Down

0 comments on commit dca43b1

Please sign in to comment.