Press button tutorial (#416)

* Add tutorial for 'Make Animation'

* Finish off the tutorial
This commit is contained in:
Galen Nickel
2018-04-03 16:37:07 -07:00
committed by GitHub
parent 60bf3df1d8
commit 0bb7295d86
5 changed files with 67 additions and 1 deletions

View File

@ -11,5 +11,11 @@ Step by step guide to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/wake-up",
"imageUrl":"/static/tutorials/wake-up.png"
}, {
"name": "Make An Animation",
"description": "Create a custom animation for your LEGO Mindstorms Brick.",
"cardType": "tutorial",
"url":"/tutorials/make-an-animation",
"imageUrl":"/static/tutorials/make-an-animation.png"
}]
```