ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

Add binding for IR-SEEK to spec #165

Open angustrau-old opened 8 years ago

angustrau-old commented 8 years ago

The spec does not currently specify a way to allow the use the seeker functionality provided by the EV3 infrared sensor through the central API.

ddemidov commented 8 years ago

You should be able to set the InfraredSensor mode to IR-SEEK. See here for the description of modes/values for the sensor: http://www.ev3dev.org/docs/sensors/lego-ev3-infrared-sensor/. Is that not enough for your tasks?