Deprecated API

Deprecated Methods
com.phidgets.EncoderPhidget.getEncoderPosition(int)
          Replaced by EncoderPhidget.getPosition(int) 
com.phidgets.ServoPhidget.getMotorOn(int)
          Replaced by ServoPhidget.getEngaged(int) 
com.phidgets.TemperatureSensorPhidget.getSensorCount()
          Replaced by TemperatureSensorPhidget.getTemperatureInputCount() 
com.phidgets.MotorControlPhidget.getSpeed(int)
          Replaced by MotorControlPhidget.getVelocity(int) 
com.phidgets.EncoderPhidget.setEncoderPosition(int, int)
          Replaced by EncoderPhidget.setPosition(int, int) 
com.phidgets.ServoPhidget.setMotorOn(int, boolean)
          Replaced by ServoPhidget.setEngaged(int, boolean) 
com.phidgets.MotorControlPhidget.setSpeed(int, double)
          Replaced by MotorControlPhidget.setVelocity(int, double)