Method: Phidgets::DCMotor#getMinDataInterval
- Defined in:
- ext/phidgets/phidgets_dc_motor.c
#getMinDataInterval ⇒ Object Also known as: min_data_interval
The minimum value that DataInterval can be set to.
100 101 102 |
# File 'ext/phidgets/phidgets_dc_motor.c', line 100 VALUE ph_dc_motor_get_min_data_interval(VALUE self) { return ph_get_uint(get_ph_handle(self), (phidget_get_uint_func)PhidgetDCMotor_getMinDataInterval); } |