2019-08-30 11:54:30 -07: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 06:05:36 -07:00
|
|
|
"name": "Sensor Values",
|
2019-08-30 11:54:30 -07: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-02 20:57:23 -07:00
|
|
|
}, {
|
2019-09-06 08:47:56 -07:00
|
|
|
"name": "Stop At Object",
|
2019-08-31 06:05:36 -07:00
|
|
|
"description": "Waits for the sensor to be pressed before continuing the program",
|
2020-01-06 16:15:23 -08:00
|
|
|
"cardType": "example",
|
2019-09-06 08:47:56 -07:00
|
|
|
"url":"/tutorials/stop-at-object",
|
2019-08-31 06:05:36 -07:00
|
|
|
"imageUrl":"/static/tutorials/pause-until-pressed.png"
|
2019-08-30 11:54:30 -07:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
[Touch to Run](/tutorials/touch-to-run),
|
|
|
|
[Touch Sensor Values](/tutorials/touch-sensor-values),
|
2019-09-06 08:47:56 -07:00
|
|
|
[Stop At Object](/tutorials/stop-at-object)
|