nl.tue.id.creapro.admoveo
Class RightLightSensor

java.lang.Object
  extended by nl.tue.id.creapro.admoveo.Sensor
      extended by nl.tue.id.creapro.admoveo.AnalogSensor
          extended by nl.tue.id.creapro.admoveo.RightLightSensor
All Implemented Interfaces:
ArduinoListener

public class RightLightSensor
extends AnalogSensor


Constructor Summary
RightLightSensor(Arduino arduino)
           
 
Method Summary
 int getPin()
           
 
Methods inherited from class nl.tue.id.creapro.admoveo.AnalogSensor
disable, enable
 
Methods inherited from class nl.tue.id.creapro.admoveo.Sensor
addSensorListener, analogAvailabe, digitalAvailable, getSensors, removeSensorListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightLightSensor

public RightLightSensor(Arduino arduino)
Method Detail

getPin

public int getPin()
Specified by:
getPin in class Sensor