- ANALOG - Static variable in class cc.arduino.Arduino
-
Constant to set a pin to analog mode (in a call to pinMode()).
- ANALOG - Static variable in class org.firmata.Firmata
-
Constant to set a pin to analog mode (in a call to pinMode()).
- 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).
- analogRead(int) - Method in class org.firmata.Firmata
-
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.
- analogWrite(int, int) - Method in class org.firmata.Firmata
-
Write an analog value (PWM-wave) to a digital pin.
- Arduino - Class in cc.arduino
-
Together with the Firmata 2 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) - Constructor for class cc.arduino.Arduino
-
Create a proxy to an Arduino board running the Firmata 2 firmware at the
default baud rate of 57600.
- Arduino(PApplet, String, int) - Constructor for class cc.arduino.Arduino
-
Create a proxy to an Arduino board running the Firmata 2 firmware.
- Arduino.FirmataWriter - Class in cc.arduino
-
- Arduino.SerialProxy - Class in cc.arduino
-