pxt-ev3/docs/tutorials/touch-sensor.md
2020-01-06 16:15:23 -08:00

879 B

Touch Sensor

Tutorials

[{
  "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"
}, {
  "name": "Stop At Object",
  "description": "Waits for the sensor to be pressed before continuing the program",
  "cardType": "example",
  "url":"/tutorials/stop-at-object",
  "imageUrl":"/static/tutorials/pause-until-pressed.png"
}]

See Also

Touch to Run, Touch Sensor Values, Stop At Object