pxt-ev3/docs/tutorials/touch-sensor.md
Peli de Halleux d5194b8d28
More samples (#896)
* coast or brake

* fix title

* added lesson
2019-08-31 06:05:36 -07:00

898 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": "Pause Until Pressed",
  "description": "Waits for the sensor to be pressed before continuing the program",
  "cardType": "tutorial",
  "url":"/tutorials/pause-until-pressed",
  "imageUrl":"/static/tutorials/pause-until-pressed.png"
}]

See Also

Touch to Run, Touch Sensor Values, Pause Until Pressed