A C D H I L O P S

A

analogRead(int) - Method in class cc.arduino.Arduino
Returns the last known value read from the analog pin: 0 (0 volts) to 1023 (5 volts).
analogWrite(int, int) - Method in class cc.arduino.Arduino
Write an analog value (PWM-wave) to a digital pin.
Arduino - Class in cc.arduino
Together with the firmata 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.
Arduino(PApplet, String, int) - Constructor for class cc.arduino.Arduino
Create a proxy to an Arduino board running the firmata firmware (used with PDuino).
Arduino.SerialProxy - Class in cc.arduino
 
Arduino.SerialProxy() - Constructor for class cc.arduino.Arduino.SerialProxy
 

A C D H I L O P S