Exemplo n.º 1
0
 /**
  * Gets current value of the potentiometer.
  *
  * @return Integer value of pot.
  */
 public int getPotValue() {
   return pot.getValue();
 }