Method: Phidgets::DCMotor#getMaxAcceleration

Defined in:
ext/phidgets/phidgets_dc_motor.c

#getMaxAccelerationObject Also known as: max_acceleration

The maximum value that Acceleration can be set to.



28
29
30
# File 'ext/phidgets/phidgets_dc_motor.c', line 28

VALUE ph_dc_motor_get_max_acceleration(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetDCMotor_getMaxAcceleration);
}