pxt-ev3/docs/tutorials/touch-sensor.md

31 lines
879 B
Markdown
Raw Normal View History

# Touch Sensor
## Tutorials
```codecard
[{
"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"
}, {
"name": "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"
}, {
2019-09-06 17:47:56 +02:00
"name": "Stop At Object",
"description": "Waits for the sensor to be pressed before continuing the program",
"cardType": "example",
2019-09-06 17:47:56 +02:00
"url":"/tutorials/stop-at-object",
"imageUrl":"/static/tutorials/pause-until-pressed.png"
}]
```
## See Also
[Touch to Run](/tutorials/touch-to-run),
[Touch Sensor Values](/tutorials/touch-sensor-values),
2019-09-06 17:47:56 +02:00
[Stop At Object](/tutorials/stop-at-object)