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

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

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

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