Motor1

From ZENotes
Revision as of 20:49, 14 October 2011 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Welcome to our Starting Point; This is really the basics, enjoy having your bot going forward for 4 secs at 75% speed, and then back for 6 secs at 50% speed

task main()
{
  OnFwd(OUT_A, 75);
  OnFwd(OUT_B, 75);
  Wait(4000);
  OnRev(OUT_AB, 50);
  Wait(6000);
  Off(OUT_AB);
}


Don't forget the real tutorial pdf is here

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox