nl.tue.id.creapro.admoveo
Class RedLed

java.lang.Object
  extended by nl.tue.id.creapro.admoveo.Actuator
      extended by nl.tue.id.creapro.admoveo.AnalogActuator
          extended by nl.tue.id.creapro.admoveo.RedLed

public class RedLed
extends AnalogActuator


Constructor Summary
RedLed(Arduino arduino)
           
 
Method Summary
 int getPin()
           
 
Methods inherited from class nl.tue.id.creapro.admoveo.AnalogActuator
off, on, setPower
 
Methods inherited from class nl.tue.id.creapro.admoveo.Actuator
getActuators
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedLed

public RedLed(Arduino arduino)
Method Detail

getPin

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