Back EMF Update Event.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public event BackEMFUpdateEventHandler BackEMFUpdate
Visual Basic (Declaration)
Public Event BackEMFUpdate As BackEMFUpdateEventHandler
Visual C++
public:
 event BackEMFUpdateEventHandler^ BackEMFUpdate {
	void add (BackEMFUpdateEventHandler^ value);
	void remove (BackEMFUpdateEventHandler^ value);
}

Remarks

The Back EMF update handler is called at a steady rate of 16ms, when BackEMF sensing is enabled.

See Also