Method: Phidgets::BLDCMotor#getMaxAcceleration
- Defined in:
- ext/phidgets/phidgets_bldc_motor.c
#getMaxAcceleration ⇒ Object Also known as: max_acceleration
The maximum value that Acceleration can be set to.
28 29 30 |
# File 'ext/phidgets/phidgets_bldc_motor.c', line 28 VALUE ph_bldc_motor_get_max_acceleration(VALUE self) { return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetBLDCMotor_getMaxAcceleration); } |