nl.tue.id.creapro.admoveo
Class LeftSpeedActuator

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

public class LeftSpeedActuator
extends AnalogActuator


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

LeftSpeedActuator

public LeftSpeedActuator(Arduino arduino)
Method Detail

getPin

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