4 lines
203 B
C
4 lines
203 B
C
typedef enum {zero_current, std_current, freeOpen_current, freeClose_current} MotorCurrentType;
|
|
|
|
typedef enum {pulse_off, pulse_check0, pulse_check, pulse_before, pulse_running, pulse_after} MotorState;
|