Motor1

From ZENotes
(Difference between revisions)
Jump to: navigation, search
Lola (Talk)
(Protected "Motor1" [edit=autoconfirmed:move=autoconfirmed])
Newer edit →

Revision as of 15:47, 10 April 2011

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