nl.tue.id.creapro.admoveo
Class GreenLed

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.GreenLed

public class GreenLed
extends AnalogActuator


Constructor Summary
GreenLed(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

GreenLed

public GreenLed(Arduino arduino)
Method Detail

getPin

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