3.1.6 mcAppI_DirectionReverse
C
/* Direction reverse button scan */
void mcAppI_DirectionReverse( void )
Summary
Reverses motor direction in response to button input
Description
This function scans the direction change button and changes the motor direction accordingly based on the input.
Precondition
None.
Parameters
Param | Description |
---|---|
void | None |
Returns
None
Example
mcAppI_DirectionReverse();
Remarks
None.