A B C D E F G H I L M N O P R S T W

A

Actuator - Class in nl.tue.id.creapro.admoveo
All digital and analog actuators extends this class.
Actuator(Arduino, int) - Constructor for class nl.tue.id.creapro.admoveo.Actuator
Creates an Actuator that is connected to a particular pin on the Arduino board.
ActuatorControl - Interface in nl.tue.id.creapro.admoveo
The interface to be implemented by all actuators, for switching the actuator on and off.
addArduinoListener(ArduinoListener) - Method in class nl.tue.id.creapro.arduino.Arduino
Registers an input event listener.
addSensorListener(SensorListener) - Method in class nl.tue.id.creapro.admoveo.Sensor
Adds a sensor listener to this sensor.
AdMoVeo - Class in nl.tue.id.creapro.admoveo
Together with the IDuino firmware (an Arduino sketch uploaded to the Arduino board), this class allows you to control the AdMoVeo robot from Processing: Controlling all the actuators (LED's, motors, buzzer etc) and receiving input events from all the sensors (distance sensors, light sensors, sound sensors and line readers etc).
AdMoVeo(PApplet, String) - Constructor for class nl.tue.id.creapro.admoveo.AdMoVeo
Create a proxy to an AdMoVeo robot running the IDuino firmware.
AdMoVeoTest.MyPApplet - Class in nl.tue.id.creapro.admoveo
Deprecated.  
AdMoVeoTest.MyPApplet() - Constructor for class nl.tue.id.creapro.admoveo.AdMoVeoTest.MyPApplet
Deprecated.  
ANALOG_MESSAGE - Static variable in interface nl.tue.id.creapro.arduino.SerialConstants
 
ANALOG_PULL_INTERVAL - Static variable in interface nl.tue.id.creapro.arduino.SerialConstants
 
ANALOG_STEP - Static variable in interface nl.tue.id.creapro.arduino.SerialConstants
 
AnalogActuator - Class in nl.tue.id.creapro.admoveo
This class models all analog actuators.
AnalogActuator(Arduino, int) - Constructor for class nl.tue.id.creapro.admoveo.AnalogActuator
Creates an instance of the analog actuator that is connected to a particular pin on the Arduino board.
AnalogActuatorControl - Interface in nl.tue.id.creapro.admoveo
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.
analogAvailabe(int, int, int) - Method in interface nl.tue.id.creapro.arduino.ArduinoListener
 
analogRead(int) - Method in class nl.tue.id.creapro.arduino.Arduino
Reads the last known value read from the analog pin: 0 (0 volts) to 1023 (5 volts).
AnalogSensor - Class in nl.tue.id.creapro.admoveo
This class models all analog sensors.
AnalogSensor(Arduino, int) - Constructor for class nl.tue.id.creapro.admoveo.AnalogSensor
Creates an instance of the analog sensor that is connected to a particular pin on the Arduino board.
analogWrite(int, int) - Method in class nl.tue.id.creapro.arduino.Arduino
Writes an analog value (PWM wave) to a pin.
Arduino - Class in nl.tue.id.creapro.arduino
Together with the IDuino firmware (an Arduino sketch uploaded to the Arduino board), this class allows you to control the Arduino board from Processing: reading from and writing to the digital pins and reading the analog inputs, reacting on the input data when available.
Arduino(PApplet, String) - Constructor for class nl.tue.id.creapro.arduino.Arduino
Creates a proxy to an Arduino board running the IDuino firmware.
Arduino(PApplet, String, int) - Constructor for class nl.tue.id.creapro.arduino.Arduino
Creates a proxy to an Arduino board running the IDuino firmware.
Arduino.SerialProxy - Class in nl.tue.id.creapro.arduino
This class is not intended to be used elsewhere.
Arduino.SerialProxy() - Constructor for class nl.tue.id.creapro.arduino.Arduino.SerialProxy
Instantiates a new serial proxy.
ArduinoConstants - Interface in nl.tue.id.creapro.arduino
 
ArduinoListener - Interface in nl.tue.id.creapro.arduino
 

A B C D E F G H I L M N O P R S T W