0.1.16 • Published 10 years ago
touch-sensor v0.1.16
touch-sensor
read information from EV3 touch sensor
Installation
$ npm install ev3-js-touch-sensorUsage
var TouchSensor = require('touch-sensor')
TouchSensor(3).value // => 0API
TouchSensor(port)
port- number of port where the touch sensor is connected
Returns: instance of TouchSensor
.value
Get the value of the touch sensor.
Returns: either 0 or 1 to indicate the state of the touch sensor
| value | state |
|---|---|
| 0 | not pressed |
| 1 | pressed |
License
MIT