Add 'Touch sensor values` tutorial (#421)

* Add 'Touch sensor values` tutorial

* Edits and thumbnail

* Modify activity to no restart motor
This commit is contained in:
Galen Nickel
2018-04-04 13:57:40 -07:00
committed by Peli de Halleux
parent 232744520b
commit b1958d77e7
4 changed files with 98 additions and 0 deletions

View File

@ -42,5 +42,11 @@ Step by step guide to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/touch-to-run",
"imageUrl":"/static/tutorials/touch-to-run.png"
}, {
"name": "Using Touch Sensor Values",
"description": "Check the value of a Touch sensor and stop a motor if pressed.",
"cardType": "tutorial",
"url":"/tutorials/touch-sensor-values",
"imageUrl":"/static/tutorials/touch-sensor-values.png"
}]
```