Uses of Interface
nl.tue.id.creapro.arduino.ArduinoConstants

Packages that use ArduinoConstants
nl.tue.id.creapro.arduino   
 

Uses of ArduinoConstants in nl.tue.id.creapro.arduino
 

Classes in nl.tue.id.creapro.arduino that implement ArduinoConstants
 class 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.