3.1.7 mcAppI_MotorStartStop
C
/* Motor Start/stop button scan */
void mcAppI_MotorStartStop( void )
Summary
Controls motor start and stop in response to button input
Description
This function scans the start/stop button and sets the motor control running status accordingly, setting it to either start or stop.
Precondition
None.
Parameters
Param | Description |
---|---|
void | None |
Returns
None
Example
mcAppI_MotorStartStop();
Remarks
None.