Method: Phidgets::DCMotor#getBackEMF

Defined in:
ext/phidgets/phidgets_dc_motor.c

#getBackEMFObject Also known as: back_emf

The most recent BackEMF value that the controller has reported.



32
33
34
# File 'ext/phidgets/phidgets_dc_motor.c', line 32

VALUE ph_dc_motor_get_back_emf(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetDCMotor_getBackEMF);
}