pxt-ev3/docs/tutorials/motors.md
Peli de Halleux 68dc195ea4
motor tutorials (#895)
* updated pivots

* redirect support to forum

* adding top level FLL link

* updated wording
2019-08-30 16:52:37 -07:00

1.2 KiB

Motors

Tutorials

[{
  "name": "Run Motors",
  "description": "Use the EV3 Brick buttons to start and stop the Large Motor and Medium Motor.",
  "cardType": "tutorial",
  "url":"/tutorials/run-motors",
  "imageUrl":"/static/tutorials/run-motors.png"
}, {
  "name": "Spin Turn",
  "description": "Turn the driving base around its center.",
  "cardType": "example",
  "url":"/tutorials/spin-turn",
  "imageUrl":"/static/tutorials/spin-turn.png"
}, {
  "name": "Pivot Turn",
  "description": "Turn the driving base around a wheel.",
  "cardType": "example",
  "url":"/tutorials/pivot-turn",
  "imageUrl":"/static/tutorials/pivot-turn.png"
}, {
  "name": "Smooth Turn",
  "description": "Turn the driving base in a smooth motion.",
  "cardType": "example",
  "url":"/tutorials/smooth-turn",
  "imageUrl":"/static/tutorials/smooth-turn.png"
}, {
  "name": "Tank ZigZag",
  "description": "Use the tank block to keep motors in sync.",
  "cardType": "example",
  "url":"/tutorials/tank-zigzag",
  "imageUrl":"/static/tutorials/tank-zigzag.png"
}]

See Also

Run Motors, Spin Turn, Pivot Turn, Smooth Turn, Tank ZigZag,