Uses of Interface
nl.tue.id.creapro.admoveo.SensorListener

Packages that use SensorListener
nl.tue.id.creapro.admoveo   
 

Uses of SensorListener in nl.tue.id.creapro.admoveo
 

Classes in nl.tue.id.creapro.admoveo that implement SensorListener
 class AdMoVeo
          Together with the IDuino firmware (an Arduino sketch uploaded to the Arduino board), this class allows you to control the AdMoVeo robot from Processing: Controlling all the actuators (LED's, motors, buzzer etc) and receiving input events from all the sensors (distance sensors, light sensors, sound sensors and line readers etc).
 

Methods in nl.tue.id.creapro.admoveo with parameters of type SensorListener
 void Sensor.addSensorListener(SensorListener listener)
          Adds a sensor listener to this sensor.
 void Sensor.removeSensorListener(SensorListener listener)
          Removes a sensor listener from the list of listeners.