Add 'Run Motors' tutorial (#419)

* Add 'Run Motors' tutorial

* Finish edits and add thumbnail
This commit is contained in:
Galen Nickel
2018-04-03 20:53:35 -07:00
committed by GitHub
parent b39a7f3484
commit c97098b99e
7 changed files with 236 additions and 0 deletions

View File

@ -30,5 +30,11 @@ Step by step guide to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/mindstorms-music",
"imageUrl":"/static/tutorials/mindstorms-music.png"
}, {
"name": "Run Motors",
"description": "Use the buttons to start and stop the large and medium motors.",
"cardType": "tutorial",
"url":"/tutorials/run-motors",
"imageUrl":"/static/tutorials/run-motors.png"
}]
```