2019-08-30 20:54:30 +02:00
|
|
|
# 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"
|
|
|
|
}, {
|
2019-08-31 15:05:36 +02:00
|
|
|
"name": "Sensor Values",
|
2019-08-30 20:54:30 +02:00
|
|
|
"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-03 05:57:23 +02:00
|
|
|
}, {
|
2019-09-06 17:47:56 +02:00
|
|
|
"name": "Stop At Object",
|
2019-08-31 15:05:36 +02:00
|
|
|
"description": "Waits for the sensor to be pressed before continuing the program",
|
|
|
|
"cardType": "tutorial",
|
2019-09-06 17:47:56 +02:00
|
|
|
"url":"/tutorials/stop-at-object",
|
2019-08-31 15:05:36 +02:00
|
|
|
"imageUrl":"/static/tutorials/pause-until-pressed.png"
|
2019-08-30 20:54:30 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## 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)
|