pxt-ev3/docs/tutorials/motors.md
Peli de Halleux d76af5e5af moving turtle
2019-09-08 21:36:04 -07:00

1.7 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, steering 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"
}, {
  "name": "Coast Or Brake",
  "description": "Tell motors to coast or brake once the run command is done.",
  "cardType": "example",
  "url":"/tutorials/coast-or-brake",
  "imageUrl":"/static/tutorials/coast-or-brake.png"
}, {
  "name": "Turtle",
  "description": "Encode moves and run them on a driving base",
  "url":"/examples/turtle",
  "cardType": "example"
}]

See Also

Run Motors, Spin Turn, Pivot Turn, Smooth Turn, Tank ZigZag, Coast Or Brake, Turtle