Add 'Touch to Run` tutorial (#420)

* Add 'Touch to Run` tutorial

* Edits and thumbnail image
This commit is contained in:
Galen Nickel
2018-04-03 21:33:53 -07:00
committed by GitHub
parent c97098b99e
commit ac9ebf6776
5 changed files with 71 additions and 0 deletions

View File

@ -36,5 +36,11 @@ Step by step guide to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/run-motors",
"imageUrl":"/static/tutorials/run-motors.png"
}, {
"name": "Touch to Run",
"description": "Press the Touch sensor and run a motor.",
"cardType": "tutorial",
"url":"/tutorials/touch-to-run",
"imageUrl":"/static/tutorials/touch-to-run.png"
}]
```