2Threads42motors
From ZENotes
(Difference between revisions)
m (1 revision) |
Latest revision as of 20:49, 14 October 2011
task submainleft()
{
OnFwd(OUT_B, 40); Wait(5000);
}
task submainright()
{
OnFwd(OUT_C, 10); Wait(5000);
}
task main()
{
Precedes(submainleft, submainright);
}