3.3.19.8 tmcFly_FlyingStartState_e Enum

C

typedef enum tmcFly_FlyingStartState_e
{
    FlyingStart_Initialize,  /* Flying start sequence is in initialization state */
    FlyingStart_Check,       /* Flying start sequence is in transitioning state */
#ifdef ENABLE_REGENERATIVE_BRAKING
    FlyingStart_Brake,       /* Flying start sequence is in brake state */
#endif
    FlyingStart_FadeOut,      /* Flying start sequence is in fadeout state */
}tmcFly_FlyingStartState_e;

Summary

Defines the enum for flying start state.

Description

This enumeration defines the possible states of the flying start sequence.

Remarks

None.