Uses of Package
nl.tue.id.creapro.admoveo

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

Classes in nl.tue.id.creapro.admoveo used by nl.tue.id.creapro.admoveo
Actuator
          All digital and analog actuators extends this class.
ActuatorControl
          The interface to be implemented by all actuators, for switching the actuator on and off.
AnalogActuator
          This class models all analog actuators.
AnalogActuatorControl
          The interface to be implemented by all analog actuators, for switching the actuator on and off, and setting the power to a level between 0 and 255.
AnalogSensor
          This class models all analog sensors.
Motor
          This class models the motors on the AdMoVeo robot, providing the not only the control for analog actuators, but also some motor specific controls, such as forward() and backward();
Pin
          Defines all the pin constants.
Priority
           
Sensor
          Models the sensors on the AdMoVeo robot.
SensorControl
          The interface to be implemented by all the sensors, for enabling and disabling the input from a particular sensor.
SensorListener
          The interface to be implemented in order to receive the input events from Sensors.
SensorStatus