Method: Phidgets::BLDCMotor#getMaxBrakingStrength
- Defined in:
- ext/phidgets/phidgets_bldc_motor.c
#getMaxBrakingStrength ⇒ Object Also known as: max_braking_strength
The maximum value that TargetBrakingStrength can be set to.
40 41 42 |
# File 'ext/phidgets/phidgets_bldc_motor.c', line 40
VALUE ph_bldc_motor_get_max_braking_strength(VALUE self) {
return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetBLDCMotor_getMaxBrakingStrength);
}
|