3.8.13 mcHal_DirectionIndication
C
/* Set direction indication */
void mcHal_DirectionIndication( void )
Summary
Sets the direction indicator
Description
This function indicates the motor direction by toggling the LED configured for direction indication in the Harmony QSpin GUI.
Precondition
None.
Parameters
Param | Description |
---|---|
void | None. |
Returns
None
Example
/* Set direction indication */ mcHal_DirectionIndication();
Remarks
None.