Uses of Class
nl.tue.id.creapro.arduino.Arduino

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

Uses of Arduino in nl.tue.id.creapro.admoveo
 

Methods in nl.tue.id.creapro.admoveo that return Arduino
 Arduino AdMoVeo.getArduino()
          Gets the Arduino object used by this AdMoVeo robot.
 

Constructors in nl.tue.id.creapro.admoveo with parameters of type Arduino
Actuator(Arduino arduino, int pin)
          Creates an Actuator that is connected to a particular pin on the Arduino board.
AnalogActuator(Arduino arduino, int pin)
          Creates an instance of the analog actuator that is connected to a particular pin on the Arduino board.
AnalogSensor(Arduino arduino, int pin)
          Creates an instance of the analog sensor that is connected to a particular pin on the Arduino board.
DigitalActuator(Arduino arduino, int pin)
          Creates an instance of the digital actuator that is connected to a particular pin on the Arduino board.
DigitalSensor(Arduino arduino, int pin)
          Creates an instance of the digital sensor that is connected to a particular pin on the Arduino board.
Motor(Arduino arduino, int speedPin, int directionPin)
           
Sensor(Arduino arduino, int pin)
          Creates a Sensor that is connected to a particular pin on the Arduino board.